Home
last modified time | relevance | path

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

/netbsd-src/sys/netcan/
H A Dcan_pcb.c105 canp->canp_table = table; in can_pcballoc()
198 TAILQ_REMOVE(&canp->canp_table->canpt_queue, canp, canp_queue); in can_pcbdetach()
367 LIST_INSERT_HEAD(CANPCBHASH_BIND(canp->canp_table, in can_pcbstate()
371 LIST_INSERT_HEAD(CANPCBHASH_CONNECT(canp->canp_table, in can_pcbstate()
H A Dcan_pcb.h57 struct canpcbtable *canp_table; member