HomeSort by: relevance | last modified time | path
    Searched defs:cbtable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netcan/
can.c 62 struct canpcbtable cbtable; variable in typeref:struct:canpcbtable
97 can_pcbinit(&cbtable, canhashsize, canhashsize);
345 TAILQ_FOREACH(canp, &cbtable.canpt_queue, canp_queue) {
449 error = can_pcballoc(so, &cbtable);
731 error = can_pcballoc(so, &cbtable);
853 can_pcbnotifyall(&cbtable, satoscan(sa)->scan_addr, errno,
can.c 62 struct canpcbtable cbtable; variable in typeref:struct:canpcbtable
97 can_pcbinit(&cbtable, canhashsize, canhashsize);
345 TAILQ_FOREACH(canp, &cbtable.canpt_queue, canp_queue) {
449 error = can_pcballoc(so, &cbtable);
731 error = can_pcballoc(so, &cbtable);
853 can_pcbnotifyall(&cbtable, satoscan(sa)->scan_addr, errno,

Completed in 128 milliseconds