Home
last modified time | relevance | path

Searched refs:rawcb (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Draw_cb.h45 struct rawcb { struct
46 LIST_ENTRY(rawcb) list;
51 #define sotorawcb(so) ((struct rawcb *)(so)->so_pcb) argument
60 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
76 struct sockaddr *, struct rawcb *);
79 void raw_detach(struct rawcb *);
H A Draw_cb.c82 struct rawcb *rp = sotorawcb(so); in raw_attach()
109 raw_detach(struct rawcb *rp) in raw_detach()
H A Draw_usrreq.c84 struct rawcb *rp; in raw_input_ext()
192 struct rawcb *rp = sotorawcb(so); in raw_udetach()
H A Drtsock.c254 struct rawcb *rp) in raw_input_rts_cb()
319 struct rawcb *rp; in rts_attach()
372 struct rawcb *rp = sotorawcb(so); in rts_detach()
1193 struct rawcb *rp = NULL; in send_rtm_reply()
/f-stack/freebsd/netipsec/
H A Dkeysock.c79 static int key_sendup0(struct rawcb *, struct mbuf *, int);
142 key_sendup0(struct rawcb *rp, struct mbuf *m, int promisc) in key_sendup0()
181 struct rawcb *rp; in key_sendup_mbuf()
H A Dkeysock.h71 struct rawcb kp_raw; /* rawcb */