Searched defs:NLM_F_EXCL (Results 1 – 2 of 2) sorted by relevance
/third_party/libnl/include/linux-private/linux/ | ||
D | netlink.h | 69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro |
/third_party/libnl/python/netlink/ | ||
D | core.py | 91 NLM_F_EXCL = 0x200 variable |