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

/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c824 pp = pffindproto_locked(family, protocol, type);
830 pffindproto_locked(int family, int protocol, int type) function
867 if ((pp = pffindproto_locked(family, protocol, type)) != NULL &&
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h528 extern struct protosw *pffindproto_locked(int, int, int);
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_input.c298 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW);
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c251 prp = pffindproto_locked(PF_INET, IPPROTO_TCP, SOCK_STREAM);
272 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6,
H A Dip_input.c445 pr = pffindproto_locked(PF_INET, IPPROTO_RAW, SOCK_RAW);

Completed in 48 milliseconds