Searched refs:xfrm_type (Results 1 – 9 of 9) sorted by relevance
306 const struct xfrm_type *type;385 struct xfrm_type;416 const struct xfrm_type *type_esp;417 const struct xfrm_type *type_ipip;418 const struct xfrm_type *type_ipip6;419 const struct xfrm_type *type_comp;420 const struct xfrm_type *type_ah;421 const struct xfrm_type *type_routing;422 const struct xfrm_type *type_dstopts;447 struct xfrm_type { struct[all …]
46 static const struct xfrm_type ipip_type = {
568 static const struct xfrm_type ah_type =
1174 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 = {
297 static const struct xfrm_type xfrm6_tunnel_type = {
787 static const struct xfrm_type ah6_type = {
1222 static const struct xfrm_type esp6_type = {
236 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()282 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()325 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()327 const struct xfrm_type *type = NULL; in xfrm_get_type()376 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()3163 const struct xfrm_type *type = READ_ONCE(x->type); in xfrm_state_mtu()