ipprot           1117 net/ipv4/fou.c 	const struct net_protocol *ipprot = rcu_dereference(inet_protos[proto]);
ipprot           1119 net/ipv4/fou.c 	if (ipprot && ipprot->err_handler) {
ipprot           1120 net/ipv4/fou.c 		if (!ipprot->err_handler(skb, info))
ipprot            754 net/ipv4/icmp.c 	const struct net_protocol *ipprot;
ipprot            767 net/ipv4/icmp.c 	ipprot = rcu_dereference(inet_protos[protocol]);
ipprot            768 net/ipv4/icmp.c 	if (ipprot && ipprot->err_handler)
ipprot            769 net/ipv4/icmp.c 		ipprot->err_handler(skb, info);
ipprot            189 net/ipv4/ip_input.c 	const struct net_protocol *ipprot;
ipprot            195 net/ipv4/ip_input.c 	ipprot = rcu_dereference(inet_protos[protocol]);
ipprot            196 net/ipv4/ip_input.c 	if (ipprot) {
ipprot            197 net/ipv4/ip_input.c 		if (!ipprot->no_policy) {
ipprot            204 net/ipv4/ip_input.c 		ret = INDIRECT_CALL_2(ipprot->handler, tcp_v4_rcv, udp_rcv,
ipprot            319 net/ipv4/ip_input.c 		const struct net_protocol *ipprot;
ipprot            322 net/ipv4/ip_input.c 		ipprot = rcu_dereference(inet_protos[protocol]);
ipprot            323 net/ipv4/ip_input.c 		if (ipprot && (edemux = READ_ONCE(ipprot->early_demux))) {
ipprot            376 net/ipv4/sysctl_net_ipv4.c 	struct net_protocol *ipprot;
ipprot            383 net/ipv4/sysctl_net_ipv4.c 	ipprot = rcu_dereference(inet_protos[protocol]);
ipprot            384 net/ipv4/sysctl_net_ipv4.c 	if (ipprot)
ipprot            385 net/ipv4/sysctl_net_ipv4.c 		ipprot->early_demux = enabled ? ipprot->early_demux_handler :
ipprot             78 net/ipv6/fou6.c 	const struct inet6_protocol *ipprot;
ipprot             80 net/ipv6/fou6.c 	ipprot = rcu_dereference(inet6_protos[proto]);
ipprot             81 net/ipv6/fou6.c 	if (ipprot && ipprot->err_handler) {
ipprot             82 net/ipv6/fou6.c 		if (!ipprot->err_handler(skb, opt, type, code, offset, info))
ipprot            772 net/ipv6/icmp.c 	const struct inet6_protocol *ipprot;
ipprot            803 net/ipv6/icmp.c 	ipprot = rcu_dereference(inet6_protos[nexthdr]);
ipprot            804 net/ipv6/icmp.c 	if (ipprot && ipprot->err_handler)
ipprot            805 net/ipv6/icmp.c 		ipprot->err_handler(skb, NULL, type, code, inner_offset, info);
ipprot             55 net/ipv6/ip6_input.c 		const struct inet6_protocol *ipprot;
ipprot             57 net/ipv6/ip6_input.c 		ipprot = rcu_dereference(inet6_protos[ipv6_hdr(skb)->nexthdr]);
ipprot             58 net/ipv6/ip6_input.c 		if (ipprot && (edemux = READ_ONCE(ipprot->early_demux)))
ipprot            340 net/ipv6/ip6_input.c 	const struct inet6_protocol *ipprot;
ipprot            360 net/ipv6/ip6_input.c 	ipprot = rcu_dereference(inet6_protos[nexthdr]);
ipprot            361 net/ipv6/ip6_input.c 	if (ipprot) {
ipprot            365 net/ipv6/ip6_input.c 			if (!(ipprot->flags & INET6_PROTO_FINAL)) {
ipprot            373 net/ipv6/ip6_input.c 		} else if (ipprot->flags & INET6_PROTO_FINAL) {
ipprot            405 net/ipv6/ip6_input.c 		if (!(ipprot->flags & INET6_PROTO_NOPOLICY) &&
ipprot            409 net/ipv6/ip6_input.c 		ret = INDIRECT_CALL_2(ipprot->handler, tcp_v6_rcv, udpv6_rcv,
ipprot            412 net/ipv6/ip6_input.c 			if (ipprot->flags & INET6_PROTO_FINAL) {