Symbol: xfrm_type
include/net/xfrm.h
304
const struct xfrm_type *type;
include/net/xfrm.h
383
struct xfrm_type;
include/net/xfrm.h
414
const struct xfrm_type *type_esp;
include/net/xfrm.h
415
const struct xfrm_type *type_ipip;
include/net/xfrm.h
416
const struct xfrm_type *type_ipip6;
include/net/xfrm.h
417
const struct xfrm_type *type_comp;
include/net/xfrm.h
418
const struct xfrm_type *type_ah;
include/net/xfrm.h
419
const struct xfrm_type *type_routing;
include/net/xfrm.h
420
const struct xfrm_type *type_dstopts;
include/net/xfrm.h
463
int xfrm_register_type(const struct xfrm_type *type, unsigned short family);
include/net/xfrm.h
464
void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
net/ipv4/ah4.c
558
static const struct xfrm_type ah_type =
net/ipv4/esp4.c
1168
static const struct xfrm_type esp_type =
net/ipv4/ipcomp.c
161
static const struct xfrm_type ipcomp_type = {
net/ipv4/xfrm4_tunnel.c
46
static const struct xfrm_type ipip_type = {
net/ipv6/ah6.c
770
static const struct xfrm_type ah6_type = {
net/ipv6/esp6.c
1215
static const struct xfrm_type esp6_type = {
net/ipv6/ipcomp6.c
180
static const struct xfrm_type ipcomp6_type = {
net/ipv6/mip6.c
277
static const struct xfrm_type mip6_destopt_type = {
net/ipv6/mip6.c
359
static const struct xfrm_type mip6_rthdr_type = {
net/ipv6/xfrm6_tunnel.c
297
static const struct xfrm_type xfrm6_tunnel_type = {
net/xfrm/xfrm_state.c
236
int xfrm_register_type(const struct xfrm_type *type, unsigned short family)
net/xfrm/xfrm_state.c
282
void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family)
net/xfrm/xfrm_state.c
3114
const struct xfrm_type *type = READ_ONCE(x->type);
net/xfrm/xfrm_state.c
325
static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family)
net/xfrm/xfrm_state.c
327
const struct xfrm_type *type = NULL;
net/xfrm/xfrm_state.c
376
static void xfrm_put_type(const struct xfrm_type *type)