Searched refs:pfkey_supported (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/xfrm/ |
D | xfrm_algo.c | 37 .pfkey_supported = 1, 56 .pfkey_supported = 1, 75 .pfkey_supported = 1, 94 .pfkey_supported = 1, 113 .pfkey_supported = 1, 132 .pfkey_supported = 1, 151 .pfkey_supported = 1, 170 .pfkey_supported = 0, 185 .pfkey_supported = 1, 205 .pfkey_supported = 1, [all …]
|
/linux-6.1.9/net/key/ |
D | af_key.c | 855 sa->sadb_sa_auth = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 862 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 868 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 1171 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1195 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1209 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1654 if (!aalg->pfkey_supported) in compose_sadb_supported() 1675 if (!ealg->pfkey_supported) in compose_sadb_supported() 2906 if (!aalg->pfkey_supported) in count_ah_combs() 2923 if (!ealg->pfkey_supported) in count_esp_combs() [all …]
|
/linux-6.1.9/include/net/ |
D | xfrm.h | 1420 u8 pfkey_supported:1; member
|