xfrm_register_type 334 include/net/xfrm.h extern int xfrm_register_type(const struct xfrm_type *type, unsigned short family);
xfrm_register_type 323 net/ipv4/ah4.c if (xfrm_register_type(&ah_type, AF_INET) < 0) {
xfrm_register_type 625 net/ipv4/esp4.c if (xfrm_register_type(&esp_type, AF_INET) < 0) {
xfrm_register_type 157 net/ipv4/ipcomp.c if (xfrm_register_type(&ipcomp_type, AF_INET) < 0) {
xfrm_register_type 77 net/ipv4/xfrm4_tunnel.c if (xfrm_register_type(&ipip_type, AF_INET) < 0) {
xfrm_register_type 539 net/ipv6/ah6.c if (xfrm_register_type(&ah6_type, AF_INET6) < 0) {
xfrm_register_type 568 net/ipv6/esp6.c if (xfrm_register_type(&esp6_type, AF_INET6) < 0) {
xfrm_register_type 190 net/ipv6/ipcomp6.c if (xfrm_register_type(&ipcomp6_type, AF_INET6) < 0) {
xfrm_register_type 482 net/ipv6/mip6.c if (xfrm_register_type(&mip6_destopt_type, AF_INET6) < 0) {
xfrm_register_type 486 net/ipv6/mip6.c if (xfrm_register_type(&mip6_rthdr_type, AF_INET6) < 0) {
xfrm_register_type 347 net/ipv6/xfrm6_tunnel.c if (xfrm_register_type(&xfrm6_tunnel_type, AF_INET6) < 0)