Searched refs:pfkey_supported (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/xfrm/ |
H A 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 [all...] |
/kernel/linux/linux-5.10/net/xfrm/ |
H A 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 [all...] |
/kernel/linux/linux-5.10/net/key/ |
H A 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-6.6/net/key/ |
H A 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() 1653 if (!aalg->pfkey_supported) in compose_sadb_supported() 1674 if (!ealg->pfkey_supported) in compose_sadb_supported() 2909 if (!aalg->pfkey_supported) in count_ah_combs() 2926 if (!ealg->pfkey_supported) in count_esp_combs() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 1416 u8 pfkey_supported:1; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 1468 u8 pfkey_supported:1; member
|
Completed in 18 milliseconds