Searched defs:NLM_F_REPLACE (Results 1 – 2 of 2) sorted by relevance
/third_party/libnl/include/linux-private/linux/ | ||
D | netlink.h | 68 #define NLM_F_REPLACE 0x100 /* Override existing */ macro |
/third_party/libnl/python/netlink/ | ||
D | core.py | 90 NLM_F_REPLACE = 0x100 variable |