Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/
Dnetlink.h62 #define NLM_F_ROOT 0x100 /* specify tree root */ macro
65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/linux-6.12.1/include/uapi/linux/
Dnetlink.h70 #define NLM_F_ROOT 0x100 /* specify tree root */ macro
73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/linux-6.12.1/tools/net/ynl/lib/
Dynl.py38 NLM_F_ROOT = 0x100 variable in Netlink
49 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH
/linux-6.12.1/net/sched/
Dact_api.c1786 nlh->nlmsg_flags |= NLM_F_ROOT; in tca_action_flush()
1999 if (event == RTM_DELACTION && n->nlmsg_flags & NLM_F_ROOT) { in tca_action_gd()
/linux-6.12.1/Documentation/userspace-api/netlink/
Dintro.rst649 For ``GET`` - ``NLM_F_ROOT`` and ``NLM_F_MATCH`` are combined into