Searched refs:NETLINK_XFRM (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
| /Linux-v5.10/include/uapi/linux/ |
| D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
| /Linux-v5.10/tools/testing/selftests/net/ |
| D | ipsec.c | 1390 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_ACQUIRE)) in xfrm_monitor_acquire() 1468 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_EXPIRE)) in xfrm_expire_state() 1543 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_EXPIRE)) in xfrm_expire_policy() 1675 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in child_f() 1800 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in grand_child_f()
|
| /Linux-v5.10/net/xfrm/ |
| D | xfrm_user.c | 3415 nlsk = netlink_kernel_create(net, NETLINK_XFRM, &cfg); in xfrm_user_net_init() 3462 MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_XFRM);
|
| /Linux-v5.10/net/netlink/ |
| D | af_netlink.c | 263 case NETLINK_XFRM: in netlink_filter_tap()
|
| /Linux-v5.10/security/selinux/ |
| D | hooks.c | 1179 case NETLINK_XFRM: in socket_type_to_security_class()
|