Searched refs:BPF_F_INGRESS (Results 1 – 2 of 2) sorted by relevance
994 int in = BPF_F_INGRESS; in run_options()1029 int ingress = BPF_F_INGRESS; in run_options()
2894 #define BPF_F_INGRESS (1ULL << 0) macro