Searched refs:bitmask_swap (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhop_utils.c | 136 bitmask_swap(struct bitmask_head *bh, void *new_idx, uint32_t new_items, void **pidx) in bitmask_swap() function
|
H A D | nhop_utils.h | 176 void bitmask_swap(struct bitmask_head *bh, void *new_idx, uint32_t new_items, void **pidx);
|
H A D | nhgrp.c | 262 bitmask_swap(&ctl->nh_idx_head, gr_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()
|
H A D | nhop.c | 268 bitmask_swap(&ctl->nh_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()
|