Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnexthop.c308 u16 bucket_index, bool force, in nh_notifier_res_bucket_info_init() argument
325 info->nh_res_bucket->bucket_index = bucket_index; in nh_notifier_res_bucket_info_init()
339 u16 bucket_index, bool force, in __call_nexthop_res_bucket_notifiers() argument
354 err = nh_notifier_res_bucket_info_init(&info, bucket_index, force, in __call_nexthop_res_bucket_notifiers()
391 u16 bucket_index, bool force, in call_nexthop_res_bucket_notifiers() argument
399 return __call_nexthop_res_bucket_notifiers(net, nhg_id, bucket_index, in call_nexthop_res_bucket_notifiers()
1162 struct nh_res_bucket *bucket, u16 bucket_index, in nh_fill_res_bucket() argument
1190 if (nla_put_u16(skb, NHA_RES_BUCKET_INDEX, bucket_index) || in nh_fill_res_bucket()
1209 u16 bucket_index) in nexthop_bucket_notify() argument
1211 struct nh_res_bucket *bucket = &res_table->nh_buckets[bucket_index]; in nexthop_bucket_notify()
[all …]
/linux/include/net/
H A Dnexthop.h211 u16 bucket_index; member
254 void nexthop_bucket_set_hw_flags(struct net *net, u32 id, u16 bucket_index,
/linux/net/ceph/
H A Dosdmap.c379 u32 bucket_index; in decode_choose_args() local
381 ceph_decode_32_safe(p, end, bucket_index, e_inval); in decode_choose_args()
382 if (bucket_index >= arg_map->size) in decode_choose_args()
385 arg = &arg_map->args[bucket_index]; in decode_choose_args()
391 (!c->buckets[bucket_index] || in decode_choose_args()
392 arg->ids_size != c->buckets[bucket_index]->size)) in decode_choose_args()