Searched refs:skb_mac_gso_segment (Results 1 – 6 of 6) sorted by relevance
37 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb, in skb_mac_gso_segment() function63 EXPORT_SYMBOL(skb_mac_gso_segment);124 segs = skb_mac_gso_segment(skb, features); in __skb_gso_segment()
51 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
89 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
110 segs = skb_mac_gso_segment(skb, features); in nsh_gso_segment()
58 segs = skb_mac_gso_segment(skb, features); in gre_gso_segment()
169 gso_inner_segment = skb_mac_gso_segment; in skb_udp_tunnel_segment()