Searched refs:pr_input (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h160 int (*pr_input)(struct mbuf **, int *, int); member in struct:ip6protosw
H A Dip6_input.c1120 int (*pr_input)(struct mbuf **, int *, int);
1186 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) {
1192 nxt = pr_input(&m, &off, nxt);
1195 nxt = pr_input(&m, &off, nxt);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c239 if (psw && psw->pr_input) {
241 (*psw->pr_input)(m, off);
318 if (psw && psw->pr_input) {
320 return (*psw->pr_input)(mp, offp, proto);
H A Dip_input.c596 void (*pr_input)(struct mbuf *, int len);
656 if ((pr_input = ip_protox[ip->ip_p]->pr_input) == NULL) {
660 pr_input(m, hlen);
663 pr_input(m, hlen);
H A Dip_mroute.c2140 old_proto4_input = ip_protox[ENCAP_PROTO]->pr_input;
2141 ip_protox[ENCAP_PROTO]->pr_input = X_ipip_input;
2157 ip_protox[ENCAP_PROTO]->pr_input = old_proto4_input;
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h104 * the pr_input and pr_output hooks. Pr_input passes data up (towards
129 void (*pr_input)(struct mbuf *, int len); member in struct:protosw

Completed in 98 milliseconds