Home | History | Annotate | Download | only in netcan

Lines Matching defs:canpcb

47 struct canpcb {
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));
103 void can_pcbstate(struct canpcb *, int);
104 void can_setsockaddr(struct canpcb *, struct sockaddr_can *);
105 int can_pcbsetfilter(struct canpcb *, struct can_filter *, int);
106 bool can_pcbfilter(struct canpcb *, struct mbuf *);
109 void canp_ref(struct canpcb *);
110 void canp_unref(struct canpcb *);