Home
last modified time | relevance | path

Searched refs:xfrm_register_type (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv4/
H A Dxfrm4_tunnel.c81 if (xfrm_register_type(&ipip_type, AF_INET) < 0) { in ipip_init()
H A Dipcomp.c180 if (xfrm_register_type(&ipcomp_type, AF_INET) < 0) { in ipcomp4_init()
H A Dah4.c579 if (xfrm_register_type(&ah_type, AF_INET) < 0) { in ah4_init()
/linux/net/ipv6/
H A Dmip6.c373 if (xfrm_register_type(&mip6_destopt_type, AF_INET6) < 0) { in mip6_init()
377 if (xfrm_register_type(&mip6_rthdr_type, AF_INET6) < 0) { in mip6_init()
H A Dipcomp6.c199 if (xfrm_register_type(&ipcomp6_type, AF_INET6) < 0) { in ipcomp6_init()
H A Dxfrm6_tunnel.c364 rv = xfrm_register_type(&xfrm6_tunnel_type, AF_INET6); in xfrm6_tunnel_init()
/linux/net/xfrm/
H A Dxfrm_state.c236 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type() function
280 EXPORT_SYMBOL(xfrm_register_type);
/linux/include/net/
H A Dxfrm.h463 int xfrm_register_type(const struct xfrm_type *type, unsigned short family);