Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_cdnr.c229 if (cb == NULL || cb->cb_handle != handle) in cdnr_handle2cb()
237 return (cb->cb_handle); in cdnr_cb2handle()
274 cb->cb_handle = (u_long)cb; in cdnr_cballoc()
1106 tce.tce_handle = cb->cb_handle; in cdnrcmd_get_stats()
Daltq_cdnr.h253 u_long cb_handle; /* handle of this tc element */ member