Searched refs:ip_protox (Results 1 – 6 of 6) sorted by relevance
351 extern struct protosw *ip_protox[];
322 struct protosw *ip_protox[IPPROTO_MAX]; variable506 ip_protox[i] = pr; in ip_init()518 ip_protox[pr->pr_protocol] = pr; in ip_init()687 if ((pr_input = ip_protox[ip->ip_p]->pr_input) == NULL) { in ip_proto_dispatch_in()689 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()1260 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass()1570 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass()2065 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input()
612 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput; in icmp_input()
1068 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs; in udp6_disconnect()1174 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs; in udp6_send()
549 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in ah4_input()
783 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in esp4_input_extended()