Home
last modified time | relevance | path

Searched refs:NLM_F_MATCH (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/include/uapi/linux/
A Dnetlink.h63 #define NLM_F_MATCH 0x200 /* return all matching */ macro
65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/linux-6.3-rc2/include/uapi/linux/
A Dnetlink.h71 #define NLM_F_MATCH 0x200 /* return all matching */ macro
73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/linux-6.3-rc2/tools/net/ynl/lib/
A Dynl.py32 NLM_F_MATCH = 0x200 variable in Netlink
38 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH
/linux-6.3-rc2/Documentation/userspace-api/netlink/
A Dintro.rst643 For ``GET`` - ``NLM_F_ROOT`` and ``NLM_F_MATCH`` are combined into

Completed in 7 milliseconds