Home
last modified time | relevance | path

Searched refs:udpv6_rcv (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv6/
H A Dip6_input.c478 ret = INDIRECT_CALL_2(ipprot->handler, tcp_v6_rcv, udpv6_rcv,
H A Dudp.c1067 INDIRECT_CALLABLE_SCOPE int udpv6_rcv(struct sk_buff *skb) in udp6_unicast_rcv_skb()
1928 .handler = udpv6_rcv,
1265 INDIRECT_CALLABLE_SCOPE int udpv6_rcv(struct sk_buff *skb) udpv6_rcv() function
/linux/include/net/
H A Dudp.h276 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *)); in udp_csum_pull_header()