Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dxfrm4_tunnel.c43 static const struct xfrm_type ipip_type = {
Dipcomp.c157 static const struct xfrm_type ipcomp_type = {
Dah4.c544 static const struct xfrm_type ah_type =
Desp4.c685 static const struct xfrm_type esp_type =
/linux-4.1.27/net/ipv6/
Dmip6.c340 static const struct xfrm_type mip6_destopt_type = {
472 static const struct xfrm_type mip6_rthdr_type = {
Dipcomp6.c184 static const struct xfrm_type ipcomp6_type = {
Dxfrm6_tunnel.c303 static const struct xfrm_type xfrm6_tunnel_type = {
Desp6.c626 static const struct xfrm_type esp6_type = {
Dah6.c756 static const struct xfrm_type ah6_type = {
/linux-4.1.27/include/net/
Dxfrm.h221 const struct xfrm_type *type;
281 struct xfrm_type;
323 const struct xfrm_type *type_map[IPPROTO_MAX];
362 struct xfrm_type { struct
383 int xfrm_register_type(const struct xfrm_type *type, unsigned short family); argument
384 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
/linux-4.1.27/net/xfrm/
Dxfrm_state.c161 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()
164 const struct xfrm_type **typemap; in xfrm_register_type()
182 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()
185 const struct xfrm_type **typemap; in xfrm_unregister_type()
203 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()
206 const struct xfrm_type **typemap; in xfrm_get_type()
207 const struct xfrm_type *type; in xfrm_get_type()
230 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()