Searched refs:skb_gso_size_check (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/core/ |
H A D | gso.c | 203 * skb_gso_size_check - check the skb size, considering GSO_BY_FRAGS 223 static inline bool skb_gso_size_check(const struct sk_buff *skb, in skb_gso_size_check() function 255 return skb_gso_size_check(skb, skb_gso_network_seglen(skb), mtu); in skb_gso_validate_network_len() 270 return skb_gso_size_check(skb, skb_gso_mac_seglen(skb), len); in skb_gso_validate_mac_len()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 5391 * skb_gso_size_check - check the skb size, considering GSO_BY_FRAGS 5411 static inline bool skb_gso_size_check(const struct sk_buff *skb, in skb_gso_size_check() function 5443 return skb_gso_size_check(skb, skb_gso_network_seglen(skb), mtu); in skb_gso_validate_network_len() 5458 return skb_gso_size_check(skb, skb_gso_mac_seglen(skb), len); in skb_gso_validate_mac_len()
|
Completed in 8 milliseconds