/external/strace/xlat/ |
D | netlink_protocols.h | 48 #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),
|
D | netlink_protocols.in | 7 NETLINK_XFRM 6
|
/external/ltp/testcases/cve/ |
D | cve-2017-16939.c | 49 fd = SAFE_SOCKET(PF_NETLINK, SOCK_RAW, NETLINK_XFRM); in setup()
|
/external/strace/tests-mx32/ |
D | netlink_xfrm.c | 100 int fd = create_nl_socket(NETLINK_XFRM); in main()
|
/external/strace/tests/ |
D | netlink_xfrm.c | 100 int fd = create_nl_socket(NETLINK_XFRM); in main()
|
/external/strace/tests-m32/ |
D | netlink_xfrm.c | 100 int fd = create_nl_socket(NETLINK_XFRM); in main()
|
/external/iproute2/ip/ |
D | xfrm_policy.c | 383 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()
|
D | xfrm_state.c | 732 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()
|
D | xfrm_monitor.c | 418 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0) in do_xfrm_monitor()
|
/external/iproute2/include/uapi/linux/ |
D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
/external/libnl/include/linux-private/linux/ |
D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
/external/strace/ |
D | netlink.c | 217 [NETLINK_XFRM] = { NULL, nl_xfrm_types, "XFRM_MSG_???" } 422 [NETLINK_XFRM] = decode_nlmsg_flags_xfrm
|
D | NEWS | 321 NETLINK_SELINUX, NETLINK_SOCK_DIAG, and NETLINK_XFRM message types.
|
D | ChangeLog | 15673 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/ |
D | rt_names.c | 604 [NETLINK_XFRM] = "xfrm",
|
/external/libnl/python/netlink/ |
D | core.py | 58 NETLINK_XFRM = 6 variable
|
/external/libnl/lib/ |
D | utils.c | 641 __ADD(NETLINK_XFRM,xfrm),
|
/external/libnl/lib/xfrm/ |
D | sp.c | 1414 .co_protocol = NETLINK_XFRM,
|
D | sa.c | 2210 .co_protocol = NETLINK_XFRM,
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4747 #ifdef NETLINK_XFRM 4748 PyModule_AddIntConstant(m, "NETLINK_XFRM", NETLINK_XFRM);
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7291 #ifdef NETLINK_XFRM 7292 PyModule_AddIntMacro(m, NETLINK_XFRM);
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1426 pub const NETLINK_XFRM: ::c_int = 6; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2279 pub const NETLINK_XFRM: ::c_int = 6; constant
|