Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnetlink_protocols.h48 #if defined(NETLINK_XFRM) || (defined(HAVE_DECL_NETLINK_XFRM) && HAVE_DECL_NETLINK_XFRM)
50 static_assert((NETLINK_XFRM) == (6), "NETLINK_XFRM != 6");
53 # define NETLINK_XFRM 6
172 XLAT(NETLINK_XFRM),
Dnetlink_protocols.in7 NETLINK_XFRM 6
/external/ltp/testcases/cve/
Dcve-2017-16939.c49 fd = SAFE_SOCKET(PF_NETLINK, SOCK_RAW, NETLINK_XFRM); in setup()
/external/strace/tests-mx32/
Dnetlink_xfrm.c100 int fd = create_nl_socket(NETLINK_XFRM); in main()
/external/strace/tests/
Dnetlink_xfrm.c100 int fd = create_nl_socket(NETLINK_XFRM); in main()
/external/strace/tests-m32/
Dnetlink_xfrm.c100 int fd = create_nl_socket(NETLINK_XFRM); in main()
/external/iproute2/ip/
Dxfrm_policy.c383 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_modify()
645 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_get_or_delete()
842 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_list_or_deleteall()
1068 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_spd_setinfo()
1093 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_spd_getinfo()
1139 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_flush()
Dxfrm_state.c732 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_modify()
863 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_allocspi()
1051 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_get_or_delete()
1188 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_list_or_deleteall()
1346 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_sad_getinfo()
1393 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_flush()
Dxfrm_monitor.c418 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0) in do_xfrm_monitor()
/external/iproute2/include/uapi/linux/
Dnetlink.h15 #define NETLINK_XFRM 6 /* ipsec */ macro
/external/libnl/include/linux-private/linux/
Dnetlink.h15 #define NETLINK_XFRM 6 /* ipsec */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h15 #define NETLINK_XFRM 6 /* ipsec */ macro
/external/strace/
Dnetlink.c217 [NETLINK_XFRM] = { NULL, nl_xfrm_types, "XFRM_MSG_???" }
422 [NETLINK_XFRM] = decode_nlmsg_flags_xfrm
DNEWS321 NETLINK_SELINUX, NETLINK_SOCK_DIAG, and NETLINK_XFRM message types.
DChangeLog15673 decoding of NETLINK_XFRM get and new flags.
15729 tests: check decoding of NETLINK_XFRM message types.
15805 netlink: add decoding of NETLINK_XFRM message types.
15808 (nlmsg_types): Add NETLINK_XFRM.
/external/iproute2/lib/
Drt_names.c604 [NETLINK_XFRM] = "xfrm",
/external/libnl/python/netlink/
Dcore.py58 NETLINK_XFRM = 6 variable
/external/libnl/lib/
Dutils.c641 __ADD(NETLINK_XFRM,xfrm),
/external/libnl/lib/xfrm/
Dsp.c1414 .co_protocol = NETLINK_XFRM,
Dsa.c2210 .co_protocol = NETLINK_XFRM,
/external/python/cpython2/Modules/
Dsocketmodule.c4747 #ifdef NETLINK_XFRM
4748 PyModule_AddIntConstant(m, "NETLINK_XFRM", NETLINK_XFRM);
/external/python/cpython3/Modules/
Dsocketmodule.c7291 #ifdef NETLINK_XFRM
7292 PyModule_AddIntMacro(m, NETLINK_XFRM);
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1426 pub const NETLINK_XFRM: ::c_int = 6; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2279 pub const NETLINK_XFRM: ::c_int = 6; constant