Home
last modified time | relevance | path

Searched refs:INC_ISIPV6 (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDtcp_syncache.c715 if (sc->sc_inc.inc_flags & INC_ISIPV6) { in syncache_socket()
749 if (sc->sc_inc.inc_flags & INC_ISIPV6) in syncache_socket()
783 if (sc->sc_inc.inc_flags & INC_ISIPV6) { in syncache_socket()
1306 if ((inc->inc_flags & INC_ISIPV6) && in syncache_add()
1359 if (!(inc->inc_flags & INC_ISIPV6)) in syncache_add()
1496 if (!(inc->inc_flags & INC_ISIPV6)) in syncache_add()
1657 (sc->sc_inc.inc_flags & INC_ISIPV6) ? sizeof(struct ip6_hdr) : in syncache_respond()
1682 if (sc->sc_inc.inc_flags & INC_ISIPV6) { in syncache_respond()
1781 if (sc->sc_inc.inc_flags & INC_ISIPV6) in syncache_respond()
1814 if (sc->sc_inc.inc_flags & INC_ISIPV6) { in syncache_respond()
[all …]
HDtcp_hostcache.c295 if (inc->inc_flags & INC_ISIPV6) in tcp_hc_lookup()
313 if (inc->inc_flags & INC_ISIPV6) { in tcp_hc_lookup()
354 if (inc->inc_flags & INC_ISIPV6) in tcp_hc_insert()
409 if (inc->inc_flags & INC_ISIPV6) { in tcp_hc_insert()
HDtcp_fastopen.c286 switch (inc->inc_flags & INC_ISIPV6) { in tcp_fastopen_make_cookie()
293 case INC_ISIPV6: in tcp_fastopen_make_cookie()
HDtcp_timewait.c233 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; in tcp_twstart()
562 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; in tcp_twrespond()
HDtcp_subr.c2156 inc.inc_flags |= INC_ISIPV6; in tcp6_ctlinput()
2180 inc.inc_flags |= INC_ISIPV6; in tcp6_ctlinput()
2203 switch (inc->inc_flags & INC_ISIPV6) { in tcp_keyed_hash()
2211 case INC_ISIPV6: in tcp_keyed_hash()
2714 if (inc && ((inc->inc_flags & INC_ISIPV6) == 0)) { in tcp_log_addr()
HDtoecore.c360 if (inc->inc_flags & INC_ISIPV6) { in toe_4tuple_check()
HDin_pcb.h122 #define INC_ISIPV6 0x01 macro
HDtcp_usrreq.c645 inp->inp_inc.inc_flags |= INC_ISIPV6; in tcp6_usr_connect()
1472 (inp->inp_inc.inc_flags & INC_ISIPV6)) { in tcp_ctloutput()
HDtcp_input.c1092 inc.inc_flags |= INC_ISIPV6; in tcp_input()
3862 if (inc->inc_flags & INC_ISIPV6) { in tcp_mssopt()
HDin_pcb.c2494 if (inc->inc_flags & INC_ISIPV6) { in db_print_inconninfo()
HDsctputil.c7401 inc.inc_flags |= INC_ISIPV6; in sctp_hc_set_mtu()
7426 inc.inc_flags |= INC_ISIPV6; in sctp_hc_get_mtu()
/freebsd-11-stable/usr.sbin/tcpdrop/
HDtcpdrop.c309 if ((inc->inc_flags & INC_ISIPV6) != 0) { in tcpdropconn()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_listen.c1127 inc->inc_flags |= INC_ISIPV6; in pass_accept_req_to_protohdrs()
1147 if (inc->inc_flags & INC_ISIPV6) { in get_l2te_for_nexthop()
1318 if (inc.inc_flags & INC_ISIPV6) { in do_pass_accept_req()
1555 if (inc.inc_flags & INC_ISIPV6) in do_pass_establish()
HDt4_tom.c547 if (inc->inc_flags & INC_ISIPV6) in find_best_mtu_idx()
HDt4_cpl_io.c351 if (inp->inp_inc.inc_flags & INC_ISIPV6) in assign_rxopt()
/freebsd-11-stable/sys/netinet6/
HDicmp6.c1149 inc.inc_flags |= INC_ISIPV6; in icmp6_mtudisc_update()
HDip6_output.c1385 inc.inc_flags |= INC_ISIPV6; in ip6_calcmtu()