Searched refs:xfrm_type (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_tunnel.c41 static const struct xfrm_type ipip_type = {
H A Dipcomp.c140 static const struct xfrm_type ipcomp_type = {
H A Dah4.c480 static const struct xfrm_type ah_type =
H A Desp4.c598 static const struct xfrm_type esp_type =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dxfrm.h214 const struct xfrm_type *type;
223 * interpreted by xfrm_type methods. */
261 struct xfrm_type;
298 const struct xfrm_type *type_map[IPPROTO_MAX];
320 struct xfrm_type { struct
340 extern int xfrm_register_type(const struct xfrm_type *type, unsigned short family);
341 extern int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dmip6.c329 static const struct xfrm_type mip6_destopt_type =
462 static const struct xfrm_type mip6_rthdr_type =
H A Dipcomp6.c170 static const struct xfrm_type ipcomp6_type =
H A Dxfrm6_tunnel.c310 static const struct xfrm_type xfrm6_tunnel_type = {
H A Dah6.c710 static const struct xfrm_type ah6_type =
H A Desp6.c547 static const struct xfrm_type esp6_type =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_state.c195 int xfrm_register_type(const struct xfrm_type *type, unsigned short family)
198 const struct xfrm_type **typemap;
214 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family)
217 const struct xfrm_type **typemap;
233 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family)
236 const struct xfrm_type **typemap;
237 const struct xfrm_type *type;
260 static void xfrm_put_type(const struct xfrm_type *type)

Completed in 142 milliseconds