udp_rcv           289 include/net/udp.h int udp_rcv(struct sk_buff *skb);
udp_rcv          1721 net/ipv4/af_inet.c 	.handler =	udp_rcv,
udp_rcv           185 net/ipv4/ip_input.c INDIRECT_CALLABLE_DECLARE(int udp_rcv(struct sk_buff *));
udp_rcv           204 net/ipv4/ip_input.c 		ret = INDIRECT_CALL_2(ipprot->handler, tcp_v4_rcv, udp_rcv,