Searched refs:inet6sw (Results 1 – 5 of 5) sorted by relevance
266 const struct ip6protosw inet6sw[] = { variable490 .dom_protosw = (const struct protosw *)inet6sw,491 .dom_protoswNPROTOSW = (const struct protosw *)&inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])],
156 extern const struct ip6protosw inet6sw[];
193 ip6_protox[i] = pr - inet6sw; in ip6_init()198 ip6_protox[pr->pr_protocol] = pr - inet6sw; in ip6_init()752 if ((inet6sw[ip6_protox[nxt]].pr_flags in ip6_input()765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt); in ip6_input()
1107 ctlfunc = inet6sw[ip6_protox[nxt]].pr_ctlinput; in icmp6_notify_error()
582 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 && in ipsec6_common_input_cb()595 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt); in ipsec6_common_input_cb()