Searched refs:encap_len (Results 1 – 2 of 2) sorted by relevance
| /net/core/ |
| A D | lwt_bpf.c | 529 int encap_len) in handle_gso_type() argument 535 skb_decrease_gso_size(shinfo, encap_len); in handle_gso_type() 540 static int handle_gso_encap(struct sk_buff *skb, bool ipv4, int encap_len) in handle_gso_encap() argument 566 if (next_hdr_offset > encap_len) in handle_gso_encap() 571 encap_len); in handle_gso_encap() 572 return handle_gso_type(skb, SKB_GSO_GRE, encap_len); in handle_gso_encap() 576 if (next_hdr_offset > encap_len) in handle_gso_encap() 581 encap_len); in handle_gso_encap() 582 return handle_gso_type(skb, SKB_GSO_UDP_TUNNEL, encap_len); in handle_gso_encap() 587 return handle_gso_type(skb, SKB_GSO_IPXIP4, encap_len); in handle_gso_encap() [all …]
|
| A D | lwtunnel.c | 69 struct lwtunnel_state *lwtunnel_state_alloc(int encap_len) in lwtunnel_state_alloc() argument 73 lws = kzalloc(sizeof(*lws) + encap_len, GFP_ATOMIC); in lwtunnel_state_alloc()
|
Completed in 6 milliseconds