Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dxfrm4_policy.c220 struct net *net = container_of(ops, struct net, xfrm.xfrm4_dst_ops); in xfrm4_garbage_collect()
290 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh,
309 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh; in xfrm4_net_sysctl_init()
353 memcpy(&net->xfrm.xfrm4_dst_ops, &xfrm4_dst_ops_template, in xfrm4_net_init()
355 ret = dst_entries_init(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_init()
361 dst_entries_destroy(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_init()
369 dst_entries_destroy(&net->xfrm.xfrm4_dst_ops); in xfrm4_net_exit()
/linux-4.4.14/include/net/netns/
Dxfrm.h71 struct dst_ops xfrm4_dst_ops; member
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c1589 dst_ops = &net->xfrm.xfrm4_dst_ops; in xfrm_alloc_dst()