Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dgre_offload.c23 int ghl; in gre_gso_segment() local
51 ghl = skb_inner_mac_header(skb) - skb_transport_header(skb); in gre_gso_segment()
52 if (unlikely(ghl < sizeof(*greh))) in gre_gso_segment()
63 if (unlikely(!pskb_may_pull(skb, ghl))) in gre_gso_segment()
66 __skb_pull(skb, ghl); in gre_gso_segment()
75 skb_gso_error_unwind(skb, protocol, ghl, mac_offset, mac_len); in gre_gso_segment()
82 __skb_push(skb, ghl); in gre_gso_segment()
105 __skb_push(skb, tnl_hlen - ghl); in gre_gso_segment()