Searched refs:NETLINK_XFRM (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/include/uapi/linux/ |
D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
/linux-6.6.21/include/uapi/linux/ |
D | netlink.h | 15 #define NETLINK_XFRM 6 /* ipsec */ macro
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | ipsec.c | 1378 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_ACQUIRE)) in xfrm_monitor_acquire() 1456 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_EXPIRE)) in xfrm_expire_state() 1531 if (netlink_sock_bind(&xfrm_listen, &seq_listen, NETLINK_XFRM, XFRMNLGRP_EXPIRE)) in xfrm_expire_policy() 1812 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in child_f() 1940 if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) { in grand_child_f()
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_user.c | 3843 nlsk = netlink_kernel_create(net, NETLINK_XFRM, &cfg); in xfrm_user_net_init() 3892 MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_XFRM);
|
/linux-6.6.21/net/netlink/ |
D | af_netlink.c | 275 case NETLINK_XFRM: in netlink_filter_tap()
|
/linux-6.6.21/security/selinux/ |
D | hooks.c | 1201 case NETLINK_XFRM: in socket_type_to_security_class()
|