Searched refs:BPF_TC_F_REPLACE (Results 1 – 3 of 3) sorted by relevance
21 .flags = BPF_TC_F_REPLACE); \47 opts.flags = BPF_TC_F_REPLACE; in test_tc_bpf_basic()
745 if (flags & ~BPF_TC_F_REPLACE) in bpf_tc_attach()748 flags = (flags & BPF_TC_F_REPLACE) ? NLM_F_REPLACE : NLM_F_EXCL; in bpf_tc_attach()
1198 BPF_TC_F_REPLACE = 1 << 0, enumerator