Searched refs:ip6_protox (Results 1 – 2 of 2) sorted by relevance
164 struct ip6protosw *ip6_protox[IPPROTO_MAX]; variable394 ip6_protox[i] = (struct ip6protosw *)pr; in ip6_init()406 ip6_protox[pr->pr_protocol] = in ip6_init()1360 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()1402 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) { in ip6_input()1406 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
142 extern struct ip6protosw *ip6_protox[];1152 ctlfunc = ip6_protox[nxt]->pr_ctlinput; in icmp6_notify_error()