Lines Matching refs:xt
2521 struct xtcpcb xt; in syncache_pcblist() local
2526 bzero(&xt, sizeof(xt)); in syncache_pcblist()
2527 xt.xt_len = sizeof(xt); in syncache_pcblist()
2528 xt.t_state = TCPS_SYN_RECEIVED; in syncache_pcblist()
2529 xt.xt_inp.xi_socket.xso_protocol = IPPROTO_TCP; in syncache_pcblist()
2530 xt.xt_inp.xi_socket.xso_len = sizeof (struct xsocket); in syncache_pcblist()
2531 xt.xt_inp.xi_socket.so_type = SOCK_STREAM; in syncache_pcblist()
2532 xt.xt_inp.xi_socket.so_state = SS_ISCONNECTING; in syncache_pcblist()
2542 xt.xt_inp.inp_vflag = INP_IPV6; in syncache_pcblist()
2544 xt.xt_inp.inp_vflag = INP_IPV4; in syncache_pcblist()
2545 xt.xt_encaps_port = sc->sc_port; in syncache_pcblist()
2546 bcopy(&sc->sc_inc, &xt.xt_inp.inp_inc, in syncache_pcblist()
2548 error = SYSCTL_OUT(req, &xt, sizeof xt); in syncache_pcblist()