Searched refs:ip6_protox (Results 1 – 2 of 2) sorted by relevance
165 struct ip6protosw *ip6_protox[IPPROTO_MAX]; variable397 ip6_protox[i] = (struct ip6protosw *)pr; in ip6_init()409 ip6_protox[pr->pr_protocol] = in ip6_init()1410 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()1461 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) { in ip6_input()1465 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
145 extern struct ip6protosw *ip6_protox[IPPROTO_MAX];1186 ctlfunc = ip6_protox[nxt]->pr_ctlinput; in icmp6_notify_error()