Searched refs:BPF_F_ADJ_ROOM_ENCAP_L2 (Results 1 – 2 of 2) sorted by relevance
147 flags |= BPF_F_ADJ_ROOM_ENCAP_L2(l2_len); in encap_ipv4()255 flags |= BPF_F_ADJ_ROOM_ENCAP_L2(l2_len); in encap_ipv6()
4008 #define BPF_F_ADJ_ROOM_ENCAP_L2(len) (((__u64)len & \ macro