Searched refs:inpcb (Results 1 – 4 of 4) sorted by relevance
30 struct inpcb { struct31 struct inpcb *inp_next, *inp_prev; /* pointers to other pcb's */ argument32 struct inpcb *inp_head; /* pointer back to chain of inpcb's */ argument47 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb) argument
46 struct inpcb *t_inpcb; /* back pointer to internet pcb */
344 struct inpcb *so_pcb; /* protocol control block */
559 struct inpcb *inp = so->so_pcb; in au_to_socket()