Searched refs:xfrm_type (Results 1 – 11 of 11) sorted by relevance
43 static const struct xfrm_type ipip_type = {
157 static const struct xfrm_type ipcomp_type = {
554 static const struct xfrm_type ah_type =
1017 static const struct xfrm_type esp_type =
338 static const struct xfrm_type mip6_destopt_type = {470 static const struct xfrm_type mip6_rthdr_type = {
185 static const struct xfrm_type ipcomp6_type = {
303 static const struct xfrm_type xfrm6_tunnel_type = {
768 static const struct xfrm_type ah6_type = {
925 static const struct xfrm_type esp6_type = {
236 const struct xfrm_type *type;305 struct xfrm_type;348 const struct xfrm_type *type_map[IPPROTO_MAX];389 struct xfrm_type { struct410 int xfrm_register_type(const struct xfrm_type *type, unsigned short family); argument411 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
180 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()183 const struct xfrm_type **typemap; in xfrm_register_type()201 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()204 const struct xfrm_type **typemap; in xfrm_unregister_type()222 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()225 const struct xfrm_type **typemap; in xfrm_get_type()226 const struct xfrm_type *type; in xfrm_get_type()250 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()2222 const struct xfrm_type *type = READ_ONCE(x->type); in xfrm_state_mtu()