Lines Matching refs:xt
2531 struct xtcpcb xt; in syncache_pcblist() local
2536 bzero(&xt, sizeof(xt)); in syncache_pcblist()
2537 xt.xt_len = sizeof(xt); in syncache_pcblist()
2538 xt.t_state = TCPS_SYN_RECEIVED; in syncache_pcblist()
2539 xt.xt_inp.xi_socket.xso_protocol = IPPROTO_TCP; in syncache_pcblist()
2540 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
2541 xt.xt_inp.xi_socket.so_type = SOCK_STREAM; in syncache_pcblist()
2542 xt.xt_inp.xi_socket.so_state = SS_ISCONNECTING; in syncache_pcblist()
2552 xt.xt_inp.inp_vflag = INP_IPV6; in syncache_pcblist()
2554 xt.xt_inp.inp_vflag = INP_IPV4; in syncache_pcblist()
2555 xt.xt_encaps_port = sc->sc_port; in syncache_pcblist()
2556 bcopy(&sc->sc_inc, &xt.xt_inp.inp_inc, in syncache_pcblist()
2558 error = SYSCTL_OUT(req, &xt, sizeof xt); in syncache_pcblist()