udp_rcv
int udp_rcv(struct sk_buff *skb);
.handler = udp_rcv,
INDIRECT_CALLABLE_DECLARE(int udp_rcv(struct sk_buff *));
ret = INDIRECT_CALL_2(ipprot->handler, tcp_v4_rcv, udp_rcv,