Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dxfrm6_policy.c189 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
208 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh; in xfrm6_net_sysctl_init()
253 memcpy(&net->xfrm.xfrm6_dst_ops, &xfrm6_dst_ops_template, in xfrm6_net_init()
255 ret = dst_entries_init(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_init()
261 dst_entries_destroy(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_init()
269 dst_entries_destroy(&net->xfrm.xfrm6_dst_ops); in xfrm6_net_exit()
/openbmc/linux/include/net/netns/
H A Dxfrm.h78 struct dst_ops xfrm6_dst_ops; member
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2588 dst_ops = &net->xfrm.xfrm6_dst_ops; in xfrm_alloc_dst()