Home
last modified time | relevance | path

Searched refs:NLM_F_NONREC (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dnetlink.h74 #define NLM_F_NONREC 0x100 /* Do not delete recursively */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dnetlink.h74 #define NLM_F_NONREC 0x100 /* Do not delete recursively */ macro
/Linux-v5.4/net/netfilter/
Dnf_tables_api.c1067 if (nlh->nlmsg_flags & NLM_F_NONREC && in nf_tables_deltable()
1968 if (nlh->nlmsg_flags & NLM_F_NONREC && in nf_tables_delchain()
3784 (nlh->nlmsg_flags & NLM_F_NONREC && atomic_read(&set->nelems) > 0)) { in nf_tables_delset()