Home
last modified time | relevance | path

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

/linux-4.1.27/net/xfrm/
Dxfrm_algo.c38 .pfkey_supported = 1,
56 .pfkey_supported = 1,
74 .pfkey_supported = 1,
92 .pfkey_supported = 1,
110 .pfkey_supported = 1,
128 .pfkey_supported = 1,
146 .pfkey_supported = 1,
168 .pfkey_supported = 1,
188 .pfkey_supported = 1,
208 .pfkey_supported = 1,
[all …]
/linux-4.1.27/net/key/
Daf_key.c816 sa->sadb_sa_auth = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg()
823 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg()
829 sa->sadb_sa_encrypt = (a && a->pfkey_supported) ? in __pfkey_xfrm_state2msg()
1142 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state()
1164 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state()
1176 if (!a || !a->pfkey_supported) { in pfkey_msg2xfrm_state()
1616 if (!aalg->pfkey_supported) in compose_sadb_supported()
1637 if (!ealg->pfkey_supported) in compose_sadb_supported()
2842 if (!aalg->pfkey_supported) in count_ah_combs()
2859 if (!ealg->pfkey_supported) in count_esp_combs()
[all …]
/linux-4.1.27/include/net/
Dxfrm.h1338 u8 pfkey_supported:1; member