Searched refs:BPF_TC_F_REPLACE (Results 1 – 3 of 3) sorted by relevance
20 .flags = BPF_TC_F_REPLACE); \46 opts.flags = BPF_TC_F_REPLACE; in test_tc_bpf_basic()
634 if (flags & ~BPF_TC_F_REPLACE) in bpf_tc_attach()637 flags = (flags & BPF_TC_F_REPLACE) ? NLM_F_REPLACE : NLM_F_EXCL; in bpf_tc_attach()
916 BPF_TC_F_REPLACE = 1 << 0, enumerator