Searched refs:pfkey_supported (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/xfrm/ |
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 = 1, [all …]
|
/linux-6.3-rc2/net/key/ |
A D | af_key.c | 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() 2934 if (!aalg->pfkey_supported) in count_esp_combs() 2961 if (!aalg->pfkey_supported) in dump_ah_combs() 2999 if (!ealg->pfkey_supported) in dump_esp_combs() [all …]
|
/linux-6.3-rc2/include/net/ |
A D | xfrm.h | 1462 u8 pfkey_supported:1; member
|
Completed in 19 milliseconds