Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Din_pcb.h29 struct inpcb { struct
30 struct inpcb *inp_next, *inp_prev; /* pointers to other pcb's */ argument
31 struct inpcb *inp_head; /* pointer back to chain of inpcb's */ argument
46 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb) argument
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h183 struct inpcb { struct
190 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */ argument
191 struct inpcbgroup *inp_pcbgroup; /* (g/i) PCB group list */ argument
192 LIST_ENTRY(inpcb) inp_pcbgroup_wild; /* (g/i/h) group wildcard entry */ argument
215 struct inpcbpolicy *inp_sp; /* (s) for IPSEC */ argument
236 LIST_ENTRY(inpcb) inp_portlist; /* (i/h) */ argument
237 struct inpcbport *inp_phd; /* (i/h) head of this list */ argument
239 inp_gen_t inp_gencnt; /* (c) generation count */
240 struct llentry *inp_lle; /* cached L2 information */
241 struct rtentry *inp_rt; /* cached L3 information */
[all …]