Searched refs:xfrm_type (Results 1 – 11 of 11) sorted by relevance
282 const struct xfrm_type *type;357 struct xfrm_type;388 const struct xfrm_type *type_esp;389 const struct xfrm_type *type_ipip;390 const struct xfrm_type *type_ipip6;391 const struct xfrm_type *type_comp;392 const struct xfrm_type *type_ah;393 const struct xfrm_type *type_routing;394 const struct xfrm_type *type_dstopts;420 struct xfrm_type { struct[all …]
46 static const struct xfrm_type ipip_type = {
159 static const struct xfrm_type ipcomp_type = {
561 static const struct xfrm_type ah_type =
1207 static const struct xfrm_type esp_type =
277 static const struct xfrm_type mip6_destopt_type = {359 static const struct xfrm_type mip6_rthdr_type = {
178 static const struct xfrm_type ipcomp6_type = {
297 static const struct xfrm_type xfrm6_tunnel_type = {
761 static const struct xfrm_type ah6_type = {
1260 static const struct xfrm_type esp6_type = {
226 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()272 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()315 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()317 const struct xfrm_type *type = NULL; in xfrm_get_type()366 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()2803 const struct xfrm_type *type = READ_ONCE(x->type); in xfrm_state_mtu()