Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dxfrm4_policy.c146 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh,
165 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh; in xfrm4_net_sysctl_init()
210 memcpy(&net->xfrm.xfrm4_dst_ops, &xfrm4_dst_ops_template, in xfrm4_net_init()
212 ret = dst_entries_init(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_init()
218 dst_entries_destroy(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_init()
226 dst_entries_destroy(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_exit()
/openbmc/linux/include/net/netns/
H A Dxfrm.h76 struct dst_ops xfrm4_dst_ops; member
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2584 dst_ops = &net->xfrm.xfrm4_dst_ops; in xfrm_alloc_dst()