Searched refs:NETLINK_XFRM (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
| /Linux-v5.15/include/uapi/linux/ |
| D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | ipsec.c | 1393 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_ACQUIRE)) in xfrm_monitor_acquire() 1471 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_EXPIRE)) in xfrm_expire_state() 1546 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_EXPIRE)) in xfrm_expire_policy() 1827 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in child_f() 1955 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in grand_child_f()
|
| /Linux-v5.15/net/xfrm/ |
| D | xfrm_user.c | 3585 nlsk = netlink_kernel_create(net, NETLINK_XFRM, &cfg); in xfrm_user_net_init() 3636 MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_XFRM);
|
| /Linux-v5.15/net/netlink/ |
| D | af_netlink.c | 271 case NETLINK_XFRM: in netlink_filter_tap()
|
| /Linux-v5.15/security/selinux/ |
| D | hooks.c | 1238 case NETLINK_XFRM: in socket_type_to_security_class()
|