HomeSort by: relevance | last modified time | path
    Searched refs:canpcb (Results 1 - 3 of 3) 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_pcb.c 71 pool_init(&canpcb_pool, sizeof(struct canpcb), 0, 0, 0,
87 struct canpcb *canp;
123 struct canpcb *canp = v;
155 struct canpcb *canp = v;
177 struct canpcb *canp = v;
189 struct canpcb *canp = v;
205 canp_ref(struct canpcb *canp)
212 canp_unref(struct canpcb *canp)
227 can_setsockaddr(struct canpcb *canp, struct sockaddr_can *scan)
242 can_pcbsetfilter(struct canpcb *canp, struct can_filter *fp, int nfilters
    [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 41 milliseconds