Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dxfrm.h293 const struct xfrm_type *type;
372 struct xfrm_type;
403 const struct xfrm_type *type_esp;
404 const struct xfrm_type *type_ipip;
405 const struct xfrm_type *type_ipip6;
406 const struct xfrm_type *type_comp;
407 const struct xfrm_type *type_ah;
408 const struct xfrm_type *type_routing;
409 const struct xfrm_type *type_dstopts;
435 struct xfrm_type { struct
[all …]
/linux-6.15/net/ipv4/
H A Dxfrm4_tunnel.c46 static const struct xfrm_type ipip_type = {
H A Dipcomp.c159 static const struct xfrm_type ipcomp_type = {
H A Dah4.c558 static const struct xfrm_type ah_type =
H A Desp4.c1165 static const struct xfrm_type esp_type =
/linux-6.15/net/ipv6/
H A Dmip6.c277 static const struct xfrm_type mip6_destopt_type = {
359 static const struct xfrm_type mip6_rthdr_type = {
H A Dipcomp6.c178 static const struct xfrm_type ipcomp6_type = {
H A Dxfrm6_tunnel.c297 static const struct xfrm_type xfrm6_tunnel_type = {
H A Dah6.c758 static const struct xfrm_type ah6_type = {
H A Desp6.c1212 static const struct xfrm_type esp6_type = {
/linux-6.15/net/xfrm/
H A Dxfrm_state.c236 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()
3089 const struct xfrm_type *type = READ_ONCE(x->type); in xfrm_state_mtu()