Home
last modified time | relevance | path

Searched refs:udp_skb_len (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dudp.h487 static inline unsigned int udp_skb_len(struct sk_buff *skb) in udp_skb_len() function
503 static inline unsigned int udp_skb_len(struct sk_buff *skb) in udp_skb_len() function
/linux/net/ipv4/
H A Dudp.c2093 ulen = udp_skb_len(skb); in udp_recvmsg()