Searched refs:so_pcb (Results 1 – 4 of 4) sorted by relevance
47 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb)
25 caddr_t so_pcb; /* protocol control block */ member
344 struct inpcb *so_pcb; /* protocol control block */ member
559 struct inpcb *inp = so->so_pcb; in au_to_socket()