Searched refs:ip_protox (Results 1 – 6 of 6) sorted by relevance
310 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()690 if ((pr_input = ip_protox[ip->ip_p]->pr_input) == NULL) { in ip_proto_dispatch_in()692 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()1259 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass()1569 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass()2064 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input()
611 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput; in icmp_input()
1042 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs; in udp6_disconnect()1146 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()