Lines Matching refs:tra
993 struct tcp_respond_args tra; in tcp_send_keep_alive() local
995 bzero(&tra, sizeof(tra)); in tcp_send_keep_alive()
996 tra.nocell = INP_NO_CELLULAR(inp) ? 1 : 0; in tcp_send_keep_alive()
997 tra.noexpensive = INP_NO_EXPENSIVE(inp) ? 1 : 0; in tcp_send_keep_alive()
998 tra.noconstrained = INP_NO_CONSTRAINED(inp) ? 1 : 0; in tcp_send_keep_alive()
999 tra.awdl_unrestricted = INP_AWDL_UNRESTRICTED(inp) ? 1 : 0; in tcp_send_keep_alive()
1000 tra.intcoproc_allowed = INP_INTCOPROC_ALLOWED(inp) ? 1 : 0; in tcp_send_keep_alive()
1001 tra.management_allowed = INP_MANAGEMENT_ALLOWED(inp) ? 1 : 0; in tcp_send_keep_alive()
1002 tra.keep_alive = 1; in tcp_send_keep_alive()
1004 tra.ifscope = tp->t_inpcb->inp_boundifp->if_index; in tcp_send_keep_alive()
1006 tra.ifscope = IFSCOPE_NONE; in tcp_send_keep_alive()
1010 tp->rcv_nxt, tp->snd_una - 1, 0, 0, NULL, 0, 0, 0, &tra, false); in tcp_send_keep_alive()