Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dxfrm.h279 const struct xfrm_type *type;
343 struct xfrm_type;
380 const struct xfrm_type *type_esp;
381 const struct xfrm_type *type_ipip;
382 const struct xfrm_type *type_ipip6;
383 const struct xfrm_type *type_comp;
384 const struct xfrm_type *type_ah;
385 const struct xfrm_type *type_routing;
386 const struct xfrm_type *type_dstopts;
412 struct xfrm_type { struct
[all …]
/linux-6.6.21/net/ipv4/
Dxfrm4_tunnel.c46 static const struct xfrm_type ipip_type = {
Dipcomp.c159 static const struct xfrm_type ipcomp_type = {
Dah4.c561 static const struct xfrm_type ah_type =
Desp4.c1208 static const struct xfrm_type esp_type =
/linux-6.6.21/net/ipv6/
Dmip6.c277 static const struct xfrm_type mip6_destopt_type = {
359 static const struct xfrm_type mip6_rthdr_type = {
Dipcomp6.c178 static const struct xfrm_type ipcomp6_type = {
Dxfrm6_tunnel.c297 static const struct xfrm_type xfrm6_tunnel_type = {
Dah6.c761 static const struct xfrm_type ah6_type = {
Desp6.c1261 static const struct xfrm_type esp6_type = {
/linux-6.6.21/net/xfrm/
Dxfrm_state.c224 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()
270 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()
313 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()
315 const struct xfrm_type *type = NULL; in xfrm_get_type()
364 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()
2746 const struct xfrm_type *type = READ_ONCE(x->type); in xfrm_state_mtu()