Searched refs:skb_mac_gso_segment (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/net/mpls/
H A Dmpls_gso.c41 /* Push back the mac header that skb_mac_gso_segment() has pulled. mpls_gso_segment()
42 * It will be re-pulled by the call to skb_mac_gso_segment() below mpls_gso_segment()
48 segs = skb_mac_gso_segment(skb, mpls_features); mpls_gso_segment()
54 /* Re-pull the mac header that the call to skb_mac_gso_segment() mpls_gso_segment()
56 * skb_mac_gso_segment(), an indirect caller of this function. mpls_gso_segment()
/linux-4.4.14/net/ipv4/
H A Dgre_offload.c73 segs = skb_mac_gso_segment(skb, enc_features); gre_gso_segment()
H A Dudp_offload.c156 gso_inner_segment = skb_mac_gso_segment; skb_udp_tunnel_segment()
/linux-4.4.14/net/core/
H A Ddev.c2492 * skb_mac_gso_segment - mac layer segmentation handler.
2496 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb, skb_mac_gso_segment() function
2522 EXPORT_SYMBOL(skb_mac_gso_segment); variable
2570 return skb_mac_gso_segment(skb, features); __skb_gso_segment()
/linux-4.4.14/include/linux/
H A Dnetdevice.h3636 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,

Completed in 213 milliseconds