Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_input.c2396 struct ifnet *head_ifscope; in tcp_input() local
2403 head_ifscope = (inp->inp_flags & INP_BOUND_IF) ? in tcp_input()
2593 if (head_ifscope != NULL) { in tcp_input()
2595 inp->inp_boundifp = head_ifscope; in tcp_input()