Searched refs:ip6_dst_ops (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/ |
H A D | ipv6.h | 78 struct dst_ops ip6_dst_ops; member
|
/kernel/linux/linux-6.6/include/net/netns/ |
H A D | ipv6.h | 62 /* Keep ip6_dst_ops at the beginning of netns_sysctl_ipv6 */ 63 struct dst_ops ip6_dst_ops; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 336 /* allocate dst with ip6_dst_ops */ 340 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() 3193 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops); in ip6_dst_gc() 6165 dst_entries_get_slow(&net->ipv6.ip6_dst_ops), in rt6_stats_seq_show() 6287 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init() 6311 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init() 6312 sizeof(net->ipv6.ip6_dst_ops)); in ip6_route_net_init() 6314 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0) in ip6_route_net_init() 6328 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init() 6340 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 339 /* allocate dst with ip6_dst_ops */ 343 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() 3291 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops); in ip6_dst_gc() 6312 dst_entries_get_slow(&net->ipv6.ip6_dst_ops), in rt6_stats_seq_show() 6433 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init() 6467 memcpy(&net->ipv6.ip6_dst_ops, &ip6_dst_ops_template, in ip6_route_net_init() 6468 sizeof(net->ipv6.ip6_dst_ops)); in ip6_route_net_init() 6470 if (dst_entries_init(&net->ipv6.ip6_dst_ops) < 0) in ip6_route_net_init() 6484 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init() 6496 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops; in ip6_route_net_init() [all...] |
Completed in 17 milliseconds