Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_algo.c39 .pfkey_supported = 1,
58 .pfkey_supported = 1,
77 .pfkey_supported = 1,
96 .pfkey_supported = 1,
115 .pfkey_supported = 1,
134 .pfkey_supported = 1,
153 .pfkey_supported = 1,
172 .pfkey_supported = 0,
187 .pfkey_supported = 1,
207 .pfkey_supported = 1,
[all …]
/linux-4.4.14/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()
1617 if (!aalg->pfkey_supported) in compose_sadb_supported()
1638 if (!ealg->pfkey_supported) in compose_sadb_supported()
2843 if (!aalg->pfkey_supported) in count_ah_combs()
2860 if (!ealg->pfkey_supported) in count_esp_combs()
[all …]
/linux-4.4.14/include/net/
Dxfrm.h1349 u8 pfkey_supported:1; member