Searched refs:rawcb (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Draw_cb.h43 struct rawcb { struct
44 LIST_ENTRY(rawcb) list;
49 #define sotorawcb(so) ((struct rawcb *)(so)->so_pcb)
58 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
74 struct sockaddr *, struct rawcb *);
77 void raw_detach(struct rawcb *);
H A Draw_cb.c80 struct rawcb *rp = sotorawcb(so);
85 * allocated for the rawcb; consumer protocols may simply allocate
86 * type struct rawcb, or a wrapper data structure that begins with a
87 * struct rawcb.
107 raw_detach(struct rawcb *rp)
H A Draw_usrreq.c52 MTX_SYSINIT(rawcb_mtx, &rawcb_mtx, "rawcb", MTX_DEF);
82 struct rawcb *rp;
190 struct rawcb *rp = sotorawcb(so);
H A Drtsock.c240 struct rawcb *rp)
305 struct rawcb *rp;
363 struct rawcb *rp = sotorawcb(so);
953 struct rawcb *rp = NULL;
/freebsd-10.0-release/sys/netipsec/
H A Dkeysock.h69 struct rawcb kp_raw; /* rawcb */
H A Dkeysock.c78 static int key_sendup0 __P((struct rawcb *, struct mbuf *, int));
142 struct rawcb *rp;
281 struct rawcb *rp;
/freebsd-10.0-release/contrib/traceroute/
H A Drip_output.c9 struct rawcb *rp = sotorawcb(so);

Completed in 89 milliseconds