Home
last modified time | relevance | path

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

/linux/include/net/
A Dxfrm.h256 const struct xfrm_type *type;
314 struct xfrm_type;
351 const struct xfrm_type *type_esp;
352 const struct xfrm_type *type_ipip;
353 const struct xfrm_type *type_ipip6;
354 const struct xfrm_type *type_comp;
355 const struct xfrm_type *type_ah;
356 const struct xfrm_type *type_routing;
357 const struct xfrm_type *type_dstopts;
383 struct xfrm_type { struct
[all …]
/linux/net/ipv4/
A Dxfrm4_tunnel.c42 static const struct xfrm_type ipip_type = {
A Dipcomp.c155 static const struct xfrm_type ipcomp_type = {
A Dah4.c556 static const struct xfrm_type ah_type =
A Desp4.c1198 static const struct xfrm_type esp_type =
/linux/net/ipv6/
A Dmip6.c278 static const struct xfrm_type mip6_destopt_type = {
361 static const struct xfrm_type mip6_rthdr_type = {
A Dipcomp6.c174 static const struct xfrm_type ipcomp6_type = {
A Dxfrm6_tunnel.c293 static const struct xfrm_type xfrm6_tunnel_type = {
A Dah6.c757 static const struct xfrm_type ah6_type = {
A Desp6.c1251 static const struct xfrm_type esp6_type = {
/linux/net/xfrm/
A Dxfrm_state.c202 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()
248 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()
291 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()
293 const struct xfrm_type *type = NULL; in xfrm_get_type()
342 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()
2555 const struct xfrm_type *type = READ_ONCE(x->type); in __xfrm_state_mtu()

Completed in 26 milliseconds