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

  /src/sys/netcan/
can_pcb.h 47 struct canpcb { struct
48 LIST_ENTRY(canpcb) canp_hash;
49 LIST_ENTRY(canpcb) canp_lhash;
50 TAILQ_ENTRY(canpcb) canp_queue;
64 LIST_HEAD(canpcbhead, canpcb);
66 TAILQ_HEAD(canpcbqueue, canpcb);
87 #define sotocanpcb(so) ((struct canpcb *)(so)->so_pcb)
90 void can_losing(struct canpcb *);
98 u_int32_t, int, void (*)(struct canpcb *, int));
100 void (*)(struct canpcb *, int))
    [all...]
can.c 57 struct canpcb canpcb; variable in typeref:struct:canpcb
59 struct canpcb canrawpcb;
85 static int can_output(struct mbuf *, struct canpcb *);
234 can_output(struct mbuf *m, struct canpcb *canp)
261 *(struct canpcb **)(sotag + 1) = canp;
316 struct canpcb *canp;
318 struct canpcb *sender_canp;
327 sender_canp = *(struct canpcb **)(sotag + 1);
461 struct canpcb *canp
    [all...]

Completed in 12 milliseconds