Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dxfrm4_tunnel.c43 static const struct xfrm_type ipip_type = {
Dipcomp.c157 static const struct xfrm_type ipcomp_type = {
Dah4.c546 static const struct xfrm_type ah_type =
Desp4.c728 static const struct xfrm_type esp_type =
/linux-4.4.14/net/ipv6/
Dmip6.c338 static const struct xfrm_type mip6_destopt_type = {
470 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.c669 static const struct xfrm_type esp6_type = {
Dah6.c758 static const struct xfrm_type ah6_type = {
/linux-4.4.14/include/net/
Dxfrm.h222 const struct xfrm_type *type;
282 struct xfrm_type;
325 const struct xfrm_type *type_map[IPPROTO_MAX];
364 struct xfrm_type { struct
385 int xfrm_register_type(const struct xfrm_type *type, unsigned short family); argument
386 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
/linux-4.4.14/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()