Searched refs:sotoinpcb (Results 1 – 4 of 4) sorted by relevance
46 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb) macro
97 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
73 #define sotoudpcb(so) (intoudpcb(sotoinpcb(so)))
623 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb) macro624 #define sotoin6pcb(so) sotoinpcb(so) /* for KAME src sync over BSD*'s */