Home
last modified time | relevance | path

Searched refs:xfrm_register_type (Results 1 – 11 of 11) 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.c178 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()
H A Desp4.c1224 if (xfrm_register_type(&esp_type, AF_INET) < 0) { in esp4_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.c197 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()
H A Dah6.c778 if (xfrm_register_type(&ah6_type, AF_INET6) < 0) { in ah6_init()
H A Desp6.c1270 if (xfrm_register_type(&esp6_type, AF_INET6) < 0) { in esp6_init()
/linux/net/xfrm/
H A Dxfrm_state.c226 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type() function
270 EXPORT_SYMBOL(xfrm_register_type);
/linux/include/net/
H A Dxfrm.h440 int xfrm_register_type(const struct xfrm_type *type, unsigned short family);