Home
last modified time | relevance | path

Searched refs:__skb_gso_segment (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/
Dtap.c342 struct sk_buff *segs = __skb_gso_segment(skb, features, false); in tap_handle_frame()
/Linux-v4.19/include/linux/
Dnetdevice.h4227 struct sk_buff *__skb_gso_segment(struct sk_buff *skb,
4248 return __skb_gso_segment(skb, features, true); in skb_gso_segment()
/Linux-v4.19/net/openvswitch/
Ddatapath.c317 segs = __skb_gso_segment(skb, NETIF_F_SG, false); in queue_gso_packets()
/Linux-v4.19/net/core/
Ddev.c3033 struct sk_buff *__skb_gso_segment(struct sk_buff *skb, in __skb_gso_segment() function
3076 EXPORT_SYMBOL(__skb_gso_segment);