Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A 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
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h262 #define PF_KEY AF_KEY macro
/openbmc/linux/include/linux/
H A Dsocket.h262 #define PF_KEY AF_KEY macro
/openbmc/linux/net/key/
H A 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()
3928 MODULE_ALIAS_NETPROTO(PF_KEY);
/openbmc/linux/net/
H A Dsocket.c190 [PF_KEY] = "PF_KEY",
/openbmc/linux/security/selinux/
H A Dhooks.c1232 case PF_KEY: in socket_type_to_security_class()