Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dxfrm6_policy.c221 struct net *net = container_of(ops, struct net, xfrm.xfrm6_dst_ops); in xfrm6_garbage_collect()
320 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
339 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh; in xfrm6_net_sysctl_init()
383 memcpy(&net->xfrm.xfrm6_dst_ops, &xfrm6_dst_ops_template, in xfrm6_net_init()
385 ret = dst_entries_init(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_init()
391 dst_entries_destroy(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_init()
399 dst_entries_destroy(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_exit()
/linux-4.4.14/include/net/netns/
Dxfrm.h73 struct dst_ops xfrm6_dst_ops; member
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c1593 dst_ops = &net->xfrm.xfrm6_dst_ops; in xfrm_alloc_dst()