Home
last modified time | relevance | path

Searched defs:inpcb (Results 1 – 1 of 1) 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