Home
last modified time | relevance | path

Searched refs:xfrm_type (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/net/ipv4/
Dxfrm4_tunnel.c43 static const struct xfrm_type ipip_type = {
Dipcomp.c157 static const struct xfrm_type ipcomp_type = {
Dah4.c554 static const struct xfrm_type ah_type =
Desp4.c1017 static const struct xfrm_type esp_type =
/Linux-v4.19/net/ipv6/
Dmip6.c338 static const struct xfrm_type mip6_destopt_type = {
470 static const struct xfrm_type mip6_rthdr_type = {
Dipcomp6.c185 static const struct xfrm_type ipcomp6_type = {
Dxfrm6_tunnel.c303 static const struct xfrm_type xfrm6_tunnel_type = {
Dah6.c768 static const struct xfrm_type ah6_type = {
Desp6.c925 static const struct xfrm_type esp6_type = {
/Linux-v4.19/include/net/
Dxfrm.h236 const struct xfrm_type *type;
305 struct xfrm_type;
348 const struct xfrm_type *type_map[IPPROTO_MAX];
389 struct xfrm_type { struct
410 int xfrm_register_type(const struct xfrm_type *type, unsigned short family); argument
411 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
/Linux-v4.19/net/xfrm/
Dxfrm_state.c180 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()