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

/linux-master/net/ipv4/
H A Dxfrm4_policy.c150 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh,
168 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh;
213 memcpy(&net->xfrm.xfrm4_dst_ops, &xfrm4_dst_ops_template,
215 ret = dst_entries_init(&net->xfrm.xfrm4_dst_ops);
221 dst_entries_destroy(&net->xfrm.xfrm4_dst_ops);
229 dst_entries_destroy(&net->xfrm.xfrm4_dst_ops);
/linux-master/include/net/netns/
H A Dxfrm.h76 struct dst_ops xfrm4_dst_ops; member in struct:netns_xfrm
/linux-master/net/xfrm/
H A Dxfrm_policy.c2581 dst_ops = &net->xfrm.xfrm4_dst_ops;

Completed in 134 milliseconds