HomeSort by: relevance | last modified time | path
    Searched refs:canp_nfilters (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netcan/
can_pcb.h 59 int canp_nfilters; /* size of canp_filters */ member in struct:canpcb
can_pcb.c 108 canp->canp_nfilters = 1;
259 oldnf = canp->canp_nfilters;
264 canp->canp_nfilters = nfilters;
395 for (i = 0; i < canp->canp_nfilters; i++) {
can.c 876 sizeof(struct can_filter) * canp->canp_nfilters);

Completed in 13 milliseconds