xfrm_type         247 include/net/xfrm.h 	const struct xfrm_type	*type;
xfrm_type         317 include/net/xfrm.h struct xfrm_type;
xfrm_type         354 include/net/xfrm.h 	const struct xfrm_type		*type_esp;
xfrm_type         355 include/net/xfrm.h 	const struct xfrm_type		*type_ipip;
xfrm_type         356 include/net/xfrm.h 	const struct xfrm_type		*type_ipip6;
xfrm_type         357 include/net/xfrm.h 	const struct xfrm_type		*type_comp;
xfrm_type         358 include/net/xfrm.h 	const struct xfrm_type		*type_ah;
xfrm_type         359 include/net/xfrm.h 	const struct xfrm_type		*type_routing;
xfrm_type         360 include/net/xfrm.h 	const struct xfrm_type		*type_dstopts;
xfrm_type         409 include/net/xfrm.h int xfrm_register_type(const struct xfrm_type *type, unsigned short family);
xfrm_type         410 include/net/xfrm.h void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
xfrm_type         555 net/ipv4/ah4.c static const struct xfrm_type ah_type =
xfrm_type        1006 net/ipv4/esp4.c static const struct xfrm_type esp_type =
xfrm_type         153 net/ipv4/ipcomp.c static const struct xfrm_type ipcomp_type = {
xfrm_type          44 net/ipv4/xfrm4_tunnel.c static const struct xfrm_type ipip_type = {
xfrm_type         756 net/ipv6/ah6.c static const struct xfrm_type ah6_type = {
xfrm_type         898 net/ipv6/esp6.c static const struct xfrm_type esp6_type = {
xfrm_type         173 net/ipv6/ipcomp6.c static const struct xfrm_type ipcomp6_type = {
xfrm_type         326 net/ipv6/mip6.c static const struct xfrm_type mip6_destopt_type = {
xfrm_type         458 net/ipv6/mip6.c static const struct xfrm_type mip6_rthdr_type = {
xfrm_type         293 net/ipv6/xfrm6_tunnel.c static const struct xfrm_type xfrm6_tunnel_type = {
xfrm_type         182 net/xfrm/xfrm_state.c int xfrm_register_type(const struct xfrm_type *type, unsigned short family)
xfrm_type         228 net/xfrm/xfrm_state.c void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family)
xfrm_type         271 net/xfrm/xfrm_state.c static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family)
xfrm_type         273 net/xfrm/xfrm_state.c 	const struct xfrm_type *type = NULL;
xfrm_type         322 net/xfrm/xfrm_state.c static void xfrm_put_type(const struct xfrm_type *type)
xfrm_type        2412 net/xfrm/xfrm_state.c 	const struct xfrm_type *type = READ_ONCE(x->type);