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.h474 static inline unsigned int udp_skb_len(struct sk_buff *skb) in udp_skb_len() function
490 static inline unsigned int udp_skb_len(struct sk_buff *skb) in udp_skb_len() function
/linux/net/ipv6/
H A Dudp.c458 return unlikely(inet6_is_jumbogram(skb)) ? skb->len : udp_skb_len(skb); in udp6_skb_len()