Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dnetlink.h68 #define NLM_F_REPLACE 0x100 /* Override existing */ macro
/tools/lib/bpf/
Dnetlink.c635 flags = (flags & BPF_TC_F_REPLACE) ? NLM_F_REPLACE : NLM_F_EXCL; in bpf_tc_attach()