Home
last modified time | relevance | path

Searched defs:NLM_F_EXCL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h77 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py40 NLM_F_EXCL = 0x200 variable in Netlink