Searched refs:encap_overhead (Results 1 – 2 of 2) sorted by relevance
383 int32_t encap_overhead = payload_off - sizeof(struct ethhdr); in accept_locally() local390 if (bpf_skb_adjust_room(skb, -encap_overhead, BPF_ADJ_ROOM_MAC, in accept_locally()407 int32_t encap_overhead = in forward_with_gre() local409 int32_t delta = sizeof(struct gre_base_hdr) - encap_overhead; in forward_with_gre()
1337 encap_overhead=41339 encap_overhead=01344 exp_mtu=$((${ll_mtu} - 20 - 8 - ${encap_overhead}))1347 exp_mtu=$((${ll_mtu} - 40 - 8 - 8 - ${encap_overhead}))