Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dsocketvar.h924 extern void soif2kcl(struct socket *, boolean_t);
/xnu-8796.121.2/bsd/netinet/
H A Dtcp_output.c804 soif2kcl(so, FALSE); in tcp_output()
874 soif2kcl(so, (ifp->if_eflags & IFEF_2KCL)); in tcp_output()
H A Dtcp_subr.c2999 soif2kcl(inp->inp_socket, in tcp_rtlookup()
3107 soif2kcl(inp->inp_socket, in tcp_rtlookup6()
/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c7550 soif2kcl(struct socket *so, boolean_t set) in soif2kcl() function