Home
last modified time | relevance | path

Searched refs:skb_mac_gso_segment (Results 1 – 6 of 6) sorted by relevance

/linux/net/core/
H A Dgso.c37 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb, in skb_mac_gso_segment() function
63 EXPORT_SYMBOL(skb_mac_gso_segment);
124 segs = skb_mac_gso_segment(skb, features); in __skb_gso_segment()
/linux/net/mpls/
H A Dmpls_gso.c51 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/linux/include/net/
H A Dgso.h89 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
/linux/net/nsh/
H A Dnsh.c110 segs = skb_mac_gso_segment(skb, features); in nsh_gso_segment()
/linux/net/ipv4/
H A Dgre_offload.c58 segs = skb_mac_gso_segment(skb, features); in gre_gso_segment()
H A Dudp_offload.c169 gso_inner_segment = skb_mac_gso_segment; in skb_udp_tunnel_segment()