Home
last modified time | relevance | path

Searched refs:input_ifscope (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_subr.c2998 tcp_rtlookup(struct inpcb *inp, unsigned int input_ifscope) in tcp_rtlookup() argument
3033 inp->inp_boundifp->if_index : input_ifscope; in tcp_rtlookup()
3095 tcp_rtlookup6(struct inpcb *inp, unsigned int input_ifscope) in tcp_rtlookup6() argument
3132 inp->inp_boundifp->if_index : input_ifscope; in tcp_rtlookup6()
H A Dtcp_input.c6837 tcp_mss(struct tcpcb *tp, int offer, unsigned int input_ifscope) in tcp_mss() argument
6864 rt = tcp_rtlookup6(inp, input_ifscope); in tcp_mss()
6866 rt = tcp_rtlookup(inp, input_ifscope); in tcp_mss()