Searched refs:xi_socket (Results 1 – 6 of 6) sorted by relevance
2565 xt.xt_inp.xi_socket.xso_protocol = IPPROTO_TCP; in syncache_pcblist()2566 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()2567 xt.xt_inp.xi_socket.so_type = SOCK_STREAM; in syncache_pcblist()2568 xt.xt_inp.xi_socket.so_state = SS_ISCONNECTING; in syncache_pcblist()
365 struct xsocket xi_socket; /* (s,p) */ member
3069 sotoxsocket(inp->inp_socket, &xi->xi_socket); in in_pcbtoxinpcb()
3496 xt->xt_inp.xi_socket.xso_protocol = IPPROTO_TCP; in tcp_inptoxtp()
278 so = &inp->xi_socket; in protopr()