Home
last modified time | relevance | path

Searched refs:tmp_bdg_port_index (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_bdg.h117 uint32_t tmp_bdg_port_index[NM_BDG_MAXPORTS]; member
H A Dnetmap_bdg.c293 uint32_t *tmp = b->tmp_bdg_port_index; in netmap_bdg_detach_common()
310 memcpy(b->tmp_bdg_port_index, b->bdg_port_index, sizeof(b->tmp_bdg_port_index)); in netmap_bdg_detach_common()
339 memcpy(b->bdg_port_index, b->tmp_bdg_port_index, sizeof(b->tmp_bdg_port_index)); in netmap_bdg_detach_common()