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

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Din_proto.c226 .pr_input = udp_input,
236 .pr_input = tcp_input,
249 .pr_input = rip_input,
259 .pr_input = icmp_input,
278 .pr_input = ah4_input,
287 .pr_input = esp4_input,
296 .pr_input = ipcomp4_input,
305 .pr_input = ipsec4_common_input,
312 .pr_input = ipsec4_common_input,
319 .pr_input
[all...]
H A Dip_encap.c285 if (psw && psw->pr_input) {
287 (*psw->pr_input)(m, off, proto);
383 if (psw && psw->pr_input) {
385 return (*psw->pr_input)(mp, offp, proto);
H A Draw_ip.c236 else if (inetsw[ip_protox[ip->ip_p]].pr_input == rip_input) {
H A Dif_arp.c248 .pr_input = 0,
H A Dip_input.c891 (*inetsw[ip_protox[nh]].pr_input)(m, off, nh);
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Din6_proto.c200 .pr_input = udp6_input,
210 .pr_input = tcp6_input,
225 .pr_input = rip6_input,
242 .pr_input = icmp6_input,
253 .pr_input = dest6_input,
259 .pr_input = route6_input,
265 .pr_input = frag6_input,
272 .pr_input = ah6_input,
281 .pr_input = esp6_input,
290 .pr_input
[all...]
H A Dip6protosw.h121 int (*pr_input) /* input to protocol (from below) */ member in struct:ip6protosw
H A Dipcomp_input.c253 (*inetsw[ip_protox[nxt]].pr_input)(m, off, nxt);
H A Dah_input.c491 (*inetsw[ip_protox[nxt]].pr_input)(m, off, nxt);
H A Desp_input.c454 (*inetsw[ip_protox[nxt]].pr_input)(m, off, nxt);
H A Dip6_input.c841 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
/netbsd-6-1-5-RELEASE/sys/netnatm/
H A Dnatm_proto.c69 .pr_input = 0,
83 .pr_input = 0,
97 .pr_input = 0,
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso_proto.c139 .pr_input = 0,
162 .pr_input = 0,
178 .pr_input = rclnp_input,
194 .pr_input = esis_input,
210 .pr_input = isis_input,
226 .pr_input = idrp_input,
242 .pr_input = tpclnp_input,
H A Dclnp_input.c548 (*isosw[clnp_protox[ISOPROTO_TP]].pr_input)(m, &source, &target,
560 (*isosw[clnp_protox[ISOPROTO_RAW]].pr_input)(m, &source,
/netbsd-6-1-5-RELEASE/sys/kern/
H A Duipc_proto.c75 .pr_input = raw_input,
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dprotosw.h50 * the pr_input and pr_output hooks. Pr_input passes data up (towards
75 void (*pr_input) /* input to protocol (from below) */ member in struct:protosw
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec_input.c448 (*inetsw[ip_protox[prot]].pr_input)(m, skip, prot);
795 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);
H A Dxform_ipip.c701 .pr_input = ip4_input,
724 .pr_input = ip4_input6,
/netbsd-6-1-5-RELEASE/sys/net/
H A Dlink_proto.c66 .pr_input = NULL,
H A Drtsock.c1321 .pr_input = raw_input,
/netbsd-6-1-5-RELEASE/sys/netkey/
H A Dkeysock.c457 .pr_input = 0,

Completed in 239 milliseconds