Searched defs:inpcb (Results 1 – 2 of 2) sorted by relevance
184 struct inpcb { struct194 struct inpcbinfo *inp_pcbinfo; /* PCB list info */ argument195 struct socket *inp_socket; /* back pointer to socket */197 int inp_flags; /* generic IP/datagram flags */198 uint16_t inp_hashval; /* valid iff INP_HASH */199 uint16_t inp_pad; /* explicit padding */201 void *inp_unused1; /* was: for IPSEC */202 u_char inp_af; /* AF_INET or AF_INET6 */203 u_char inp_ip_ttl; /* time to live proto */204 u_char inp_ip_p; /* protocol proto */[all …]
864 struct inpcb inpcb; in socktrans() local