Home
last modified time | relevance | path

Searched refs:PF_KEY (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/net/xfrm/
DKconfig112 tristate "PF_KEY sockets"
122 bool "PF_KEY MIGRATE"
126 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
127 The PF_KEY MIGRATE message is used to dynamically update
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h253 #define PF_KEY AF_KEY macro
/linux-5.19.10/include/linux/
Dsocket.h253 #define PF_KEY AF_KEY macro
/linux-5.19.10/net/key/
Daf_key.c152 sk = sk_alloc(net, PF_KEY, GFP_KERNEL, &key_proto, kern); in pfkey_create()
162 sk->sk_family = PF_KEY; in pfkey_create()
3736 .family = PF_KEY,
3758 .family = PF_KEY,
3882 sock_unregister(PF_KEY); in ipsec_pfkey_exit()
3907 sock_unregister(PF_KEY); in ipsec_pfkey_init()
3918 MODULE_ALIAS_NETPROTO(PF_KEY);
/linux-5.19.10/net/
Dsocket.c186 [PF_KEY] = "PF_KEY",
/linux-5.19.10/security/selinux/
Dhooks.c1197 case PF_KEY: in socket_type_to_security_class()