Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnetlink.h59 #define NLM_F_ROOT 0x100 /* specify tree root */ macro
62 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/linux-4.1.27/net/sched/
Dact_api.c813 nlh->nlmsg_flags |= NLM_F_ROOT; in tca_action_flush()
874 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd()