Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_sockmap.c994 int in = BPF_F_INGRESS; in run_options()
1029 int ingress = BPF_F_INGRESS; in run_options()
/tools/include/uapi/linux/
Dbpf.h2894 #define BPF_F_INGRESS (1ULL << 0) macro