Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dxfrm.h247 const struct xfrm_type *type;
317 struct xfrm_type;
354 const struct xfrm_type *type_esp;
355 const struct xfrm_type *type_ipip;
356 const struct xfrm_type *type_ipip6;
357 const struct xfrm_type *type_comp;
358 const struct xfrm_type *type_ah;
359 const struct xfrm_type *type_routing;
360 const struct xfrm_type *type_dstopts;
390 struct xfrm_type { struct
[all …]
/Linux-v5.4/net/ipv4/
Dxfrm4_tunnel.c44 static const struct xfrm_type ipip_type = {
Dipcomp.c153 static const struct xfrm_type ipcomp_type = {
Dah4.c555 static const struct xfrm_type ah_type =
Desp4.c1006 static const struct xfrm_type esp_type =
/Linux-v5.4/net/ipv6/
Dmip6.c326 static const struct xfrm_type mip6_destopt_type = {
458 static const struct xfrm_type mip6_rthdr_type = {
Dipcomp6.c173 static const struct xfrm_type ipcomp6_type = {
Dxfrm6_tunnel.c293 static const struct xfrm_type xfrm6_tunnel_type = {
Dah6.c756 static const struct xfrm_type ah6_type = {
Desp6.c898 static const struct xfrm_type esp6_type = {
/Linux-v5.4/net/xfrm/
Dxfrm_state.c182 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()
228 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()
271 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()
273 const struct xfrm_type *type = NULL; in xfrm_get_type()
322 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()
2412 const struct xfrm_type *type = READ_ONCE(x->type); in xfrm_state_mtu()