Home
last modified time | relevance | path

Searched refs:canp_nfilters (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netcan/
H A Dcan_pcb.c108 canp->canp_nfilters = 1; in can_pcballoc()
259 oldnf = canp->canp_nfilters; in can_pcbsetfilter()
264 canp->canp_nfilters = nfilters; in can_pcbsetfilter()
395 for (i = 0; i < canp->canp_nfilters; i++) { in can_pcbfilter()
H A Dcan_pcb.h59 int canp_nfilters; /* size of canp_filters */ member
H A Dcan.c876 sizeof(struct can_filter) * canp->canp_nfilters); in can_raw_getop()