Home
last modified time | relevance | path

Searched refs:NETLINK_XFRM (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/cve/
Dcve-2017-16939.c49 fd = SAFE_SOCKET(PF_NETLINK, SOCK_RAW, NETLINK_XFRM); in setup()
/third_party/libnl/include/linux-private/linux/
Dnetlink.h15 #define NETLINK_XFRM 6 /* ipsec */ macro
/third_party/libnl/python/netlink/
Dcore.py58 NETLINK_XFRM = 6 variable
/third_party/libnl/lib/
Dutils.c642 __ADD(NETLINK_XFRM,xfrm),
/third_party/libnl/lib/xfrm/
Dsp.c1414 .co_protocol = NETLINK_XFRM,
Dsa.c2210 .co_protocol = NETLINK_XFRM,
/third_party/python/Modules/
Dsocketmodule.c7247 #ifdef NETLINK_XFRM
7248 PyModule_AddIntMacro(m, NETLINK_XFRM);