Home
last modified time | relevance | path

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

/Linux-v5.10/net/xfrm/
Dxfrm_algo.c37 .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-v5.10/net/key/
Daf_key.c859 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()
2903 if (!aalg->pfkey_supported) in count_ah_combs()
2920 if (!ealg->pfkey_supported) in count_esp_combs()
[all …]
/Linux-v5.10/include/net/
Dxfrm.h1384 u8 pfkey_supported:1; member