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()
734 if (flags & ~BPF_TC_F_REPLACE) in bpf_tc_attach()737 flags = (flags & BPF_TC_F_REPLACE) ? NLM_F_REPLACE : NLM_F_EXCL; in bpf_tc_attach()
1074 BPF_TC_F_REPLACE = 1 << 0, enumerator
Completed in 8 milliseconds