Home
last modified time | relevance | path

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

/linux-6.12.1/net/xfrm/
DKconfig113 tristate "PF_KEY sockets"
123 bool "PF_KEY MIGRATE"
127 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
128 The PF_KEY MIGRATE message is used to dynamically update
/linux-6.12.1/tools/perf/trace/beauty/include/linux/
Dsocket.h263 #define PF_KEY AF_KEY macro
/linux-6.12.1/include/linux/
Dsocket.h263 #define PF_KEY AF_KEY macro
/linux-6.12.1/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()
3751 .family = PF_KEY,
3772 .family = PF_KEY,
3896 sock_unregister(PF_KEY); in ipsec_pfkey_exit()
3929 MODULE_ALIAS_NETPROTO(PF_KEY);
/linux-6.12.1/net/
Dsocket.c189 [PF_KEY] = "PF_KEY",
/linux-6.12.1/security/selinux/
Dhooks.c1239 case PF_KEY: in socket_type_to_security_class()