Lines Matching refs:xt
2562 struct xtcpcb xt; in syncache_pcblist() local
2567 bzero(&xt, sizeof(xt)); in syncache_pcblist()
2568 xt.xt_len = sizeof(xt); in syncache_pcblist()
2569 xt.t_state = TCPS_SYN_RECEIVED; in syncache_pcblist()
2570 xt.xt_inp.xi_socket.xso_protocol = IPPROTO_TCP; in syncache_pcblist()
2571 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
2572 xt.xt_inp.xi_socket.so_type = SOCK_STREAM; in syncache_pcblist()
2573 xt.xt_inp.xi_socket.so_state = SS_ISCONNECTING; in syncache_pcblist()
2582 xt.xt_inp.inp_vflag = INP_IPV6; in syncache_pcblist()
2584 xt.xt_inp.inp_vflag = INP_IPV4; in syncache_pcblist()
2585 xt.xt_encaps_port = sc->sc_port; in syncache_pcblist()
2586 bcopy(&sc->sc_inc, &xt.xt_inp.inp_inc, in syncache_pcblist()
2588 error = SYSCTL_OUT(req, &xt, sizeof xt); in syncache_pcblist()