Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Duipc_domain.c831 pp = pffindproto_locked(family, protocol, type); in pffindproto()
837 pffindproto_locked(int family, int protocol, int type) in pffindproto_locked() function
878 if ((pp = pffindproto_locked(family, protocol, type)) != NULL && in pffindproto_old()
/xnu-8796.141.3/bsd/sys/
H A Dprotosw.h612 extern struct protosw *pffindproto_locked(int, int, int);
/xnu-8796.141.3/bsd/netinet6/
H A Dip6_input.c386 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()
/xnu-8796.141.3/bsd/netinet/
H A Dmptcp_subr.c6922 prp = pffindproto_locked(PF_INET, IPPROTO_TCP, SOCK_STREAM); in mptcp_init()
6943 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6, in mptcp_init()
H A Dip_input.c500 pr = pffindproto_locked(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init()