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 *);
819 * The if_percpuq framework
833 * - In this case, you need to allocate struct if_percpuq in driver's softc
840 struct if_percpuq *ipq = arg;
861 struct if_percpuq *
864 struct if_percpuq *ipq;
881 if_percpuq_dequeue(struct if_percpuq *ipq)
904 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
1209 struct if_percpuq *
1211 void if_percpuq_destroy(struct if_percpuq *);
1213 if_percpuq_enqueue(struct if_percpuq *, struct mbuf *);

Completed in 42 milliseconds