Home
last modified time | relevance | path

Searched refs:udp_get_len (Results 1 – 5 of 5) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_proto_udp.c48 unsigned int udplen = udp_get_len(skb, hdr, dataoff); in udp_validate_len()
/linux/include/linux/
H A Dudp.h26 static inline unsigned int udp_get_len(const struct sk_buff *skb, in udp_get_len() function
/linux/drivers/net/netdevsim/
H A Dpsp.c95 udplen = udp_get_len(skb, uh, skb_transport_offset(skb)); in nsim_do_psp()
/linux/net/ipv6/
H A Dudp.c1086 ulen = udp_get_len(skb, uh, 0); in udpv6_rcv()
/linux/net/ipv4/
H A Dudp.c2612 ulen = udp_get_len(skb, uh, 0); in udp_rcv()