Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c2532 struct ifnet *head_ifscope; in tcp_input() local
2540 head_ifscope = (inp->inp_flags & INP_BOUND_IF) ? in tcp_input()
2732 if (head_ifscope != NULL) { in tcp_input()
2734 inp->inp_boundifp = head_ifscope; in tcp_input()