Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dnetlink.h74 #define NLM_F_NONREC 0x100 /* Do not delete recursively */ macro
/Linux-v4.19/include/uapi/linux/
Dnetlink.h74 #define NLM_F_NONREC 0x100 /* Do not delete recursively */ macro
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c996 if (nlh->nlmsg_flags & NLM_F_NONREC && in nf_tables_deltable()
1869 if (nlh->nlmsg_flags & NLM_F_NONREC && in nf_tables_delchain()
3612 (nlh->nlmsg_flags & NLM_F_NONREC && atomic_read(&set->nelems) > 0)) { in nf_tables_delset()