Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dnetlink.h69 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
/third_party/libnl/python/netlink/
Dcore.py91 NLM_F_EXCL = 0x200 variable