Searched defs:inpcb (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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 */
32 struct inpcb *inp_head; /* pointer back to chain of inpcb's */
47 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb)
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h53 #define in6pcb inpcb /* for KAME src sync over BSD*'s */
58 * struct inpcb is the common protocol control block structure used in most
65 LIST_HEAD(inpcbhead, inpcb);
135 * struct inpcb captures the network layer state for TCP, UDP, and raw IPv4 and
137 * hung off of inp_ppcb most of the time. Almost all fields of struct inpcb
138 * are static after creation or protected by a per-inpcb rwlock, inp_lock. A
160 * (i) - Protected by the inpcb lock
161 * (p) - Protected by the pcbinfo lock for the inpcb
162 * (l) - Protected by the pcblist lock for the inpcb
163 * (h) - Protected by the pcbhash lock for the inpcb
183 struct inpcb { struct
[all...]

Completed in 56 milliseconds