Searched refs:input_ifscope (Results 1 – 2 of 2) sorted by relevance
3006 tcp_rtlookup(struct inpcb *inp, unsigned int input_ifscope) in tcp_rtlookup() argument3041 inp->inp_boundifp->if_index : input_ifscope; in tcp_rtlookup()3103 tcp_rtlookup6(struct inpcb *inp, unsigned int input_ifscope) in tcp_rtlookup6() argument3140 inp->inp_boundifp->if_index : input_ifscope; in tcp_rtlookup6()
6904 tcp_mss(struct tcpcb *tp, int offer, unsigned int input_ifscope) in tcp_mss() argument6931 rt = tcp_rtlookup6(inp, input_ifscope); in tcp_mss()6933 rt = tcp_rtlookup(inp, input_ifscope); in tcp_mss()