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

  /src/sys/net/
if.c 238 struct if_percpuq { struct
244 static struct mbuf *if_percpuq_dequeue(struct if_percpuq *);
249 struct if_percpuq *);
820 * The if_percpuq framework
834 * - In this case, you need to allocate struct if_percpuq in driver's softc
841 struct if_percpuq *ipq = arg;
862 struct if_percpuq *
865 struct if_percpuq *ipq;
882 if_percpuq_dequeue(struct if_percpuq *ipq)
905 if_percpuq_destroy(struct if_percpuq *ipq
    [all...]
if.h 267 struct if_percpuq;
419 struct if_percpuq
420 *if_percpuq; /* :: we should remove it in the future */ member in struct:ifnet
1204 struct if_percpuq *
1206 void if_percpuq_destroy(struct if_percpuq *);
1208 if_percpuq_enqueue(struct if_percpuq *, struct mbuf *);

Completed in 14 milliseconds