Searched refs:isipv6 (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_debug.c103 int isipv6; local
115 isipv6 = (ipgen != NULL && ((struct ip *)ipgen)->ip_v == 6) ? 1 : 0;
119 (isipv6 != 0) ? AF_INET6 :
178 isipv6 ? ntohs(((struct ip6_hdr *)ipgen)->ip6_plen) :
H A Dtcp_timer.c617 bool isipv6; local
717 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) ? true : false;
719 isipv6 = false;
722 (V_tcp_pmtud_blackhole_detect == 2 && !isipv6) ||
723 (V_tcp_pmtud_blackhole_detect == 3 && isipv6)) &&
737 if (isipv6) {
778 if (isipv6 &&
784 } else if (isipv6) {
H A Dtcp_timewait.c239 bool isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; local
251 if (isipv6)
586 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; local
603 if (isipv6) {
666 if (isipv6) {
H A Dtcp_output.c229 int isipv6; local
231 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0;
538 if (isipv6 && IPSEC_ENABLED(ipv6))
550 if (isipv6)
786 if (isipv6)
1140 if (isipv6 && (MHLEN < hdrlen + max_linkhdr) &&
1154 if (isipv6) {
1226 if (isipv6)
1363 if (isipv6) {
1436 if (!isipv6)
[all...]
H A Dtcp_input.c648 int isipv6; local
667 isipv6 = (mtod(m, struct ip *)->ip_v == 6) ? 1 : 0;
677 if (isipv6) {
788 if (isipv6) {
836 (isipv6 && (m->m_flags & M_IP6_NEXTHOP))
838 || (!isipv6 && (m->m_flags & M_IP_NEXTHOP))
849 if (isipv6 && fwd_tag != NULL) {
872 } else if (isipv6) {
959 if (isipv6 && IPSEC_ENABLED(ipv6) &&
980 if (isipv6) {
3695 int isipv6 = ((inp->inp_vflag & INP_IPV6) != 0) ? 1 : 0; local
[all...]
H A Dtcp_subr.c1691 int isipv6; local
1701 isipv6 = ((struct ip *)ipgen)->ip_v == (IPV6_VERSION >> 4);
1715 if (isipv6 && ip6 && (ip6->ip6_nxt == IPPROTO_UDP))
1743 if (isipv6) {
1791 if (isipv6) {
1834 if (isipv6) {
1857 if (isipv6)
1910 if (isipv6) {
1984 if (isipv6) {
2028 if (isipv6) {
2056 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; local
2280 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; local
[all...]
H A Dtcp_usrreq.c982 int isipv6; local
1047 isipv6 = 0;
1091 isipv6 = 0;
1107 isipv6 = 1;
1127 if (isipv6)
1217 if (isipv6)
/freebsd-13-stable/usr.sbin/trpt/
H A Dtrpt.c314 bool isipv6, nopkt = true; local
323 isipv6 = false;
328 isipv6 = false;
333 isipv6 = true;
356 isipv6 ? inet_ntop(AF_INET6, &ip6->ip6_src,
362 isipv6 ? inet_ntop(AF_INET6, &ip6->ip6_dst,
372 isipv6 ? ip6->ip6_plen :
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c192 act_open_cpl_size(struct adapter *sc, int isipv6) argument
213 return (sz_table[idx][!!isipv6]);
235 int qid_atid, rc, isipv6; local
287 isipv6 = nam->sa_family == AF_INET6;
288 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq);
295 if (isipv6) {
H A Dt4_listen.c94 alloc_stid(struct adapter *sc, struct listen_ctx *lctx, int isipv6) argument
105 n = isipv6 ? 2 : 1;
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c298 ktls_act_open_cpl_size(bool isipv6) argument
301 if (isipv6)
378 bool isipv6; local
380 isipv6 = (inp->inp_vflag & INP_IPV6) != 0;
381 if (isipv6) {
387 wr = alloc_wrqe(ktls_act_open_cpl_size(isipv6), tlsp->ctrlq);
394 if (isipv6)
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dbbr.c4981 bool isipv6; local
5071 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) ? true : false;
5073 isipv6 = false;
5076 (V_tcp_pmtud_blackhole_detect == 2 && !isipv6) ||
5077 (V_tcp_pmtud_blackhole_detect == 3 && isipv6)) &&
5110 isipv6 = bbr->r_is_v6;
5111 if (isipv6 &&
5116 } else if (isipv6) {
11975 int32_t isipv6; local
12007 isipv6
[all...]
H A Drack.c6670 bool isipv6; local
6787 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) ? true : false;
6789 isipv6 = false;
6792 (V_tcp_pmtud_blackhole_detect == 2 && !isipv6) ||
6793 (V_tcp_pmtud_blackhole_detect == 3 && isipv6)) &&
6824 if (isipv6 &&
6829 } else if (isipv6) {
16021 int32_t isipv6; local
16059 isipv6 = rack->r_is_v6;
16061 isipv6
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_filter.c1575 act_open_cpl_len16(struct adapter *sc, int isipv6) argument
1596 return (sz_table[idx][!!isipv6]);

Completed in 169 milliseconds