Lines Matching defs:ops
93 static void ip6_dst_gc(struct dst_ops *ops);
2839 dst->ops->check(dst, inet6_sk(sk)->dst_cookie))
3191 static void ip6_dst_gc(struct dst_ops *ops)
3193 struct net *net = container_of(ops, struct net, ipv6.ip6_dst_ops);
3201 entries = dst_entries_get_fast(ops);
3202 if (entries > ops->gc_thresh)
3203 entries = dst_entries_get_slow(ops);
3209 entries = dst_entries_get_slow(ops);
3210 if (entries < ops->gc_thresh)
6328 net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops;
6340 net->ipv6.ip6_prohibit_entry->dst.ops = &net->ipv6.ip6_dst_ops;
6350 net->ipv6.ip6_blk_hole_entry->dst.ops = &net->ipv6.ip6_dst_ops;