Searched refs:NLM_F_ROOT (Results 1 – 6 of 6) sorted by relevance
62 #define NLM_F_ROOT 0x100 /* specify tree root */ macro65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
70 #define NLM_F_ROOT 0x100 /* specify tree root */ macro73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
36 NLM_F_ROOT = 0x100 variable in Netlink47 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH
248 msg.nlmsg.nlmsg_flags = NLM_F_REQUEST | NLM_F_ROOT; in init_netlink()
1779 nlh->nlmsg_flags |= NLM_F_ROOT; in tca_action_flush()1961 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd()
645 For ``GET`` - ``NLM_F_ROOT`` and ``NLM_F_MATCH`` are combined into