Searched refs:pffindproto_locked (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ ! |
| H A D | uipc_domain.c | 840 pp = pffindproto_locked(family, protocol, type); in pffindproto() 846 pffindproto_locked(int family, int protocol, int type) in pffindproto_locked() function 887 if ((pp = pffindproto_locked(family, protocol, type)) != NULL && in pffindproto_old()
|
| /xnu-12377.41.6/bsd/sys/ ! |
| H A D | protosw.h | 601 extern struct protosw *pffindproto_locked(int, int, int);
|
| /xnu-12377.41.6/bsd/netinet6/ ! |
| H A D | ip6_input.c | 388 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()
|
| /xnu-12377.41.6/bsd/netinet/ ! |
| H A D | mptcp_subr.c | 6949 prp = pffindproto_locked(PF_INET, IPPROTO_TCP, SOCK_STREAM); in mptcp_init() 6970 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6, in mptcp_init()
|
| H A D | ip_input.c | 495 pr = pffindproto_locked(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init()
|