Home
last modified time | relevance | path

Searched refs:inpcb (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Din_pcb.h30 struct inpcb { struct
31 struct inpcb *inp_next, *inp_prev; /* pointers to other pcb's */ argument
32 struct inpcb *inp_head; /* pointer back to chain of inpcb's */ argument
47 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb) argument
H A Dtcp_var.h46 struct inpcb *t_inpcb; /* back pointer to internet pcb */
/titanic_50/usr/src/uts/common/c2/
H A Daudit_record.h344 struct inpcb *so_pcb; /* protocol control block */
/titanic_50/usr/src/lib/libbsm/common/
H A Dau_to.c559 struct inpcb *inp = so->so_pcb; in au_to_socket()