Searched refs:BPF_F_ADJ_ROOM_ENCAP_L2 (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c174 flags |= BPF_F_ADJ_ROOM_ENCAP_L2(l2_len);
305 flags |= BPF_F_ADJ_ROOM_ENCAP_L2(l2_len);
/linux-master/include/uapi/linux/
H A Dbpf.h2891 * * **BPF_F_ADJ_ROOM_ENCAP_L2**\ (*len*):
2896 * Use with BPF_F_ADJ_ROOM_ENCAP_L2 flag to further specify the
6114 #define BPF_F_ADJ_ROOM_ENCAP_L2(len) (((__u64)len & \ macro
/linux-master/tools/include/uapi/linux/
H A Dbpf.h2891 * * **BPF_F_ADJ_ROOM_ENCAP_L2**\ (*len*):
2896 * Use with BPF_F_ADJ_ROOM_ENCAP_L2 flag to further specify the
6114 #define BPF_F_ADJ_ROOM_ENCAP_L2(len) (((__u64)len & \ macro
/linux-master/net/core/
H A Dfilter.c3442 BPF_F_ADJ_ROOM_ENCAP_L2( \

Completed in 201 milliseconds