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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_tunnel.c45 static struct xfrm_type ipip_type = {
H A Dah4.c300 static struct xfrm_type ah_type =
H A Dipcomp.c443 static struct xfrm_type ipcomp_type = {
H A Desp4.c434 static struct xfrm_type esp_type =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h177 struct xfrm_type *type;
184 * interpreted by xfrm_type methods. */
216 struct xfrm_type;
220 struct xfrm_type *type_map[IPPROTO_MAX];
264 struct xfrm_type struct
284 extern int xfrm_register_type(struct xfrm_type *type, unsigned short family);
285 extern int xfrm_unregister_type(struct xfrm_type *type, unsigned short family);
286 extern struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family);
287 extern void xfrm_put_type(struct xfrm_type *type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dmip6.c327 static struct xfrm_type mip6_destopt_type =
455 static struct xfrm_type mip6_rthdr_type =
H A Dxfrm6_tunnel.c326 static struct xfrm_type xfrm6_tunnel_type = {
H A Dah6.c509 static struct xfrm_type ah6_type =
H A Desp6.c378 static struct xfrm_type esp6_type =
H A Dipcomp6.c456 static struct xfrm_type ipcomp6_type =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c91 int xfrm_register_type(struct xfrm_type *type, unsigned short family)
94 struct xfrm_type **typemap;
110 int xfrm_unregister_type(struct xfrm_type *type, unsigned short family)
113 struct xfrm_type **typemap;
129 struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family)
132 struct xfrm_type **typemap;
133 struct xfrm_type *type;
175 void xfrm_put_type(struct xfrm_type *type)

Completed in 89 milliseconds