Home
last modified time | relevance | path

Searched refs:tcp_rtlookup6 (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/netinet6/
H A Dtcp6_var.h111 struct rtentry *tcp_rtlookup6(struct inpcb *, unsigned int);
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_subr.c3149 rt = tcp_rtlookup6(inp, IFSCOPE_NONE); in tcp_mtudisc()
3347 tcp_rtlookup6(struct inpcb *inp, unsigned int input_ifscope) in tcp_rtlookup6() function
H A Dtcp_input.c7129 rt = tcp_rtlookup6(inp, input_ifscope); in tcp_mss()
7320 rt = tcp_rtlookup6(tp->t_inpcb, IFSCOPE_NONE); in tcp_mssopt()