Home
last modified time | relevance | path

Searched refs:r_is_v6 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h432 r_is_v6 : 1, /* V6 pcb Lock(a) */ member
H A Dtcp_bbr.h797 r_is_v6:1, member
H A Dbbr.c3519 if (bbr->r_is_v6) in bbr_get_header_oh()
5107 isipv6 = bbr->r_is_v6; in bbr_timeout_rxt()
5179 if (bbr->r_is_v6) in bbr_timeout_rxt()
11564 bbr->r_is_v6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0; in bbr_do_segment_nounlock()
12047 isipv6 = bbr->r_is_v6; in bbr_output_wtime()
H A Drack.c11047 rack->r_is_v6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0; in rack_do_segment_nounlock()
11962 isipv6 = rack->r_is_v6; in rack_output()