Searched refs:sotoinpcb (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/netinet/ | ||
H A D | in_pcb.h | 47 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb) macro |
H A D | tcp_var.h | 98 #define sototcpcb(so) (intotcpcb(sotoinpcb(so))) |