Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dnetlink.h11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/third_party/libnl/python/netlink/
Dcore.py54 NETLINK_USERSOCK = 2 variable
/third_party/libnl/lib/
Dutils.c638 __ADD(NETLINK_USERSOCK,usersock),
/third_party/python/Modules/
Dsocketmodule.c7239 PyModule_AddIntMacro(m, NETLINK_USERSOCK);