Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
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-v6.6/net/mpls/
Dmpls_gso.c48 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/Linux-v6.6/include/net/
Dgso.h89 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
/Linux-v6.6/net/nsh/
Dnsh.c108 segs = skb_mac_gso_segment(skb, features); in nsh_gso_segment()
/Linux-v6.6/net/ipv4/
Dgre_offload.c58 segs = skb_mac_gso_segment(skb, features); in gre_gso_segment()
Dudp_offload.c169 gso_inner_segment = skb_mac_gso_segment; in skb_udp_tunnel_segment()