Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dxfrm.h266 const struct xfrm_type *type;
330 struct xfrm_type;
367 const struct xfrm_type *type_esp;
368 const struct xfrm_type *type_ipip;
369 const struct xfrm_type *type_ipip6;
370 const struct xfrm_type *type_comp;
371 const struct xfrm_type *type_ah;
372 const struct xfrm_type *type_routing;
373 const struct xfrm_type *type_dstopts;
399 struct xfrm_type { struct
[all …]
/Linux-v6.1/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.c1206 static const struct xfrm_type esp_type =
/Linux-v6.1/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.c1259 static const struct xfrm_type esp6_type = {
/Linux-v6.1/net/xfrm/
Dxfrm_state.c203 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()
249 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()
292 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()
294 const struct xfrm_type *type = NULL; in xfrm_get_type()
343 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()
2583 const struct xfrm_type *type = READ_ONCE(x->type); in xfrm_state_mtu()