Home
last modified time | relevance | path

Searched refs:bitmask_copy (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop_utils.c115 bitmask_copy(const struct bitmask_head *bi, void *new_idx, uint32_t new_items) in bitmask_copy() function
H A Dnhop_utils.h178 int bitmask_copy(const struct bitmask_head *bi, void *new_idx, uint32_t new_items);
H A Dnhgrp.c261 if (bitmask_copy(&ctl->nh_idx_head, gr_idx_ptr, new_idx_items) == 0) in consider_resize()
H A Dnhop.c267 if (bitmask_copy(&ctl->nh_idx_head, nh_idx_ptr, new_idx_items) == 0) in consider_resize()