Home
last modified time | relevance | path

Searched refs:pfkey_supported (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/xfrm/
H A Dxfrm_algo.c38 .pfkey_supported = 1,
57 .pfkey_supported = 1,
76 .pfkey_supported = 1,
95 .pfkey_supported = 1,
114 .pfkey_supported = 1,
133 .pfkey_supported = 1,
152 .pfkey_supported = 1,
171 .pfkey_supported = 0,
186 .pfkey_supported = 1,
206 .pfkey_supported = 1,
[all …]
/linux-6.15/net/key/
H A Daf_key.c1171 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()
2910 if (!aalg->pfkey_supported) in count_ah_combs()
2927 if (!ealg->pfkey_supported) in count_esp_combs()
2938 if (!aalg->pfkey_supported) in count_esp_combs()
2965 if (!aalg->pfkey_supported) in dump_ah_combs()
3003 if (!ealg->pfkey_supported) in dump_esp_combs()
[all …]
/linux-6.15/include/net/
H A Dxfrm.h1584 u8 pfkey_supported:1; member