Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnetlink.h60 #define NLM_F_ROOT 0x100 /* specify tree root */ macro
63 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/linux-4.4.14/net/sched/
Dact_api.c831 nlh->nlmsg_flags |= NLM_F_ROOT; in tca_action_flush()
892 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd()