Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/ !
H A Dtcp_var.h1798 tcp_rtlookup(struct inpcb *, unsigned int);
H A Dtcp_subr.c2854 rt = tcp_rtlookup(inp, IFSCOPE_NONE); in tcp_mtudisc()
2946 tcp_rtlookup(struct inpcb *inp, unsigned int input_ifscope) in tcp_rtlookup() function
H A Dtcp_input.c6847 rt = tcp_rtlookup(inp, input_ifscope); in tcp_mss()
7040 rt = tcp_rtlookup(tp->t_inpcb, IFSCOPE_NONE); in tcp_mssopt()