Home
last modified time | relevance | path

Searched refs:isipv6 (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_debug.c103 int isipv6; in tcp_trace() local
115 isipv6 = (ipgen != NULL && ((struct ip *)ipgen)->ip_v == 6) ? 1 : 0; in tcp_trace()
119 (isipv6 != 0) ? AF_INET6 : in tcp_trace()
178 isipv6 ? ntohs(((struct ip6_hdr *)ipgen)->ip6_plen) : in tcp_trace()
H A Dtcp_timer.c617 bool isipv6; in tcp_timer_rexmt() local
717 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) ? true : false; in tcp_timer_rexmt()
719 isipv6 = false; in tcp_timer_rexmt()
722 (V_tcp_pmtud_blackhole_detect == 2 && !isipv6) || in tcp_timer_rexmt()
723 (V_tcp_pmtud_blackhole_detect == 3 && isipv6)) && in tcp_timer_rexmt()
737 if (isipv6) { in tcp_timer_rexmt()
778 if (isipv6 && in tcp_timer_rexmt()
784 } else if (isipv6) { in tcp_timer_rexmt()
H A Dtcp_timewait.c237 bool isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; in tcp_twstart() local
249 if (isipv6) in tcp_twstart()
563 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; in tcp_twrespond() local
579 if (isipv6) { in tcp_twrespond()
623 if (isipv6) { in tcp_twrespond()
H A Dtcp_output.c226 int isipv6; in tcp_output() local
228 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0; in tcp_output()
535 if (isipv6 && IPSEC_ENABLED(ipv6)) in tcp_output()
547 if (isipv6) in tcp_output()
782 if (isipv6) in tcp_output()
1141 if (isipv6) { in tcp_output()
1196 if (isipv6) in tcp_output()
1334 if (isipv6) { in tcp_output()
1386 if (!isipv6) in tcp_output()
1394 if (!isipv6) in tcp_output()
[all …]
H A Dtcp_input.c636 int isipv6; in tcp_input() local
665 if (isipv6) { in tcp_input()
772 if (isipv6) { in tcp_input()
856 } else if (isipv6) { in tcp_input()
965 if (isipv6) { in tcp_input()
1030 if (isipv6) { in tcp_input()
1050 if (isipv6) { in tcp_input()
1288 if (isipv6) { in tcp_input()
3668 size_t min_protoh = isipv6 ? in tcp_mss_update()
3684 if (isipv6) { in tcp_mss_update()
[all …]
H A Dtcp_subr.c1407 int isipv6; in tcp_respond() local
1445 if (isipv6) { in tcp_respond()
1479 if (isipv6) { in tcp_respond()
1508 if (isipv6) { in tcp_respond()
1531 if (isipv6) in tcp_respond()
1582 if (isipv6) { in tcp_respond()
1641 if (isipv6) { in tcp_respond()
1668 if (isipv6) { in tcp_respond()
1696 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; in tcp_newtcpcb() local
1755 isipv6 ? V_tcp_v6mssdflt : in tcp_newtcpcb()
[all …]
H A Dtcp_usrreq.c1018 int isipv6; in tcp_usr_send() local
1095 isipv6 = 0; in tcp_usr_send()
1154 isipv6 = 0; in tcp_usr_send()
1177 isipv6 = 1; in tcp_usr_send()
1209 if (isipv6) in tcp_usr_send()
1296 if (isipv6) in tcp_usr_send()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c4978 bool isipv6; in bbr_timeout_rxt() local
5070 isipv6 = false; in bbr_timeout_rxt()
12710 if (isipv6) in bbr_output_wtime()
12980 if (isipv6) in bbr_output_wtime()
13080 if (isipv6) in bbr_output_wtime()
13412 if (isipv6) { in bbr_output_wtime()
13601 if (isipv6) { in bbr_output_wtime()
13681 if (!isipv6) in bbr_output_wtime()
13690 if (!isipv6) in bbr_output_wtime()
13741 if (isipv6) { in bbr_output_wtime()
[all …]
H A Drack.c5585 bool isipv6; in rack_timeout_rxt() local
5678 isipv6 = false; in rack_timeout_rxt()
12569 if (isipv6) in rack_output()
12997 if (isipv6) in rack_output()
13105 if (isipv6) in rack_output()
13376 if (isipv6) { in rack_output()
13454 if (isipv6) in rack_output()
13580 if (isipv6) { in rack_output()
13651 if (!isipv6) in rack_output()
13660 if (!isipv6) in rack_output()
[all …]