xfrm_register_type 409 include/net/xfrm.h int xfrm_register_type(const struct xfrm_type *type, unsigned short family); xfrm_register_type 577 net/ipv4/ah4.c if (xfrm_register_type(&ah_type, AF_INET) < 0) { xfrm_register_type 1028 net/ipv4/esp4.c if (xfrm_register_type(&esp_type, AF_INET) < 0) { xfrm_register_type 173 net/ipv4/ipcomp.c if (xfrm_register_type(&ipcomp_type, AF_INET) < 0) { xfrm_register_type 80 net/ipv4/xfrm4_tunnel.c if (xfrm_register_type(&ipip_type, AF_INET) < 0) { xfrm_register_type 777 net/ipv6/ah6.c if (xfrm_register_type(&ah6_type, AF_INET6) < 0) { xfrm_register_type 919 net/ipv6/esp6.c if (xfrm_register_type(&esp6_type, AF_INET6) < 0) { xfrm_register_type 193 net/ipv6/ipcomp6.c if (xfrm_register_type(&ipcomp6_type, AF_INET6) < 0) { xfrm_register_type 474 net/ipv6/mip6.c if (xfrm_register_type(&mip6_destopt_type, AF_INET6) < 0) { xfrm_register_type 478 net/ipv6/mip6.c if (xfrm_register_type(&mip6_rthdr_type, AF_INET6) < 0) { xfrm_register_type 364 net/ipv6/xfrm6_tunnel.c rv = xfrm_register_type(&xfrm6_tunnel_type, AF_INET6); xfrm_register_type 226 net/xfrm/xfrm_state.c EXPORT_SYMBOL(xfrm_register_type);