Home
last modified time | relevance | path

Searched refs:xfrm6_dst_ops (Results 1 – 2 of 2) sorted by relevance

/net/ipv6/
Dxfrm6_policy.c215 struct net *net = container_of(ops, struct net, xfrm.xfrm6_dst_ops); in xfrm6_garbage_collect()
280 static struct dst_ops xfrm6_dst_ops = { variable
295 .dst_ops = &xfrm6_dst_ops,
320 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
339 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh; in xfrm6_net_init()
379 dst_entries_init(&xfrm6_dst_ops); in xfrm6_init()
383 dst_entries_destroy(&xfrm6_dst_ops); in xfrm6_init()
407 dst_entries_destroy(&xfrm6_dst_ops); in xfrm6_fini()
/net/xfrm/
Dxfrm_policy.c1444 dst_ops = &net->xfrm.xfrm6_dst_ops; in xfrm_alloc_dst()
2726 xfrm_dst_ops = &net->xfrm.xfrm6_dst_ops; in xfrm_policy_register_afinfo()
2782 net->xfrm.xfrm6_dst_ops = *afinfo->dst_ops; in xfrm_dst_ops_init()