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

/freebsd-10.3-release/sys/netinet6/
H A Dip6protosw.h145 extern struct ip6protosw inet6sw[];
H A Dip6_ipsec.c78 extern struct protosw inet6sw[];
178 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
H A Din6_proto.c148 struct ip6protosw inet6sw[] = { variable in typeref:struct:ip6protosw
381 .dom_protosw = (struct protosw *)inet6sw,
383 &inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])],
H A Dip6_input.c207 ip6_protox[i] = pr - inet6sw;
218 ip6_protox[pr->pr_protocol] = pr - inet6sw;
226 * in inet6sw[], either statically or through pf_proto_register().
244 if (ip6_protox[ip6proto] != pr - inet6sw) /* IPPROTO_RAW */
248 * Find the protocol position in inet6sw[] and set the index.
254 ip6_protox[pr->pr_protocol] = pr - inet6sw;
274 if (ip6_protox[ip6proto] == pr - inet6sw) /* IPPROTO_RAW */
278 ip6_protox[ip6proto] = pr - inet6sw;
1019 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
H A Dicmp6.c1166 (inet6sw[ip6_protox[nxt]].pr_ctlinput);
/freebsd-10.3-release/sys/netipsec/
H A Dipsec_input.c816 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
821 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);

Completed in 169 milliseconds