Searched refs:pfkey_supported (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/net/key/ |
D | af_key.c | 859 sa->sadb_sa_auth = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 866 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 872 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg() 1175 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1199 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1213 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state() 1658 if (!aalg->pfkey_supported) in compose_sadb_supported() 1679 if (!ealg->pfkey_supported) in compose_sadb_supported() 2914 if (!aalg->pfkey_supported) in count_ah_combs() 2931 if (!ealg->pfkey_supported) in count_esp_combs() [all …]
|
/kernel/linux/linux-5.10/include/net/ |
D | xfrm.h | 1416 u8 pfkey_supported:1; member
|