Searched refs:ip_protox (Results 1 – 6 of 6) sorted by relevance
308 extern struct protosw *ip_protox[];
320 struct protosw *ip_protox[IPPROTO_MAX]; variable509 ip_protox[i] = pr; in ip_init()521 ip_protox[pr->pr_protocol] = pr; in ip_init()684 if ((pr_input = ip_protox[ip->ip_p]->pr_input) == NULL) { in ip_proto_dispatch_in()686 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()1253 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass()1563 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass()2058 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input()
601 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput; in icmp_input()
1004 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs; in udp6_disconnect()1108 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs; in udp6_send()
549 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in ah4_input()
770 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in esp4_input_extended()