Searched refs:newstate (Results 1 – 1 of 1) sorted by relevance
77 tcp_state_change(struct tcpcb *tp, int newstate) in tcp_state_change() argument84 tcplp_sys_log("Socket %p: %s --> %s", tp, tcpstates[tp->t_state], tcpstates[newstate]); in tcp_state_change()85 tp->t_state = newstate; in tcp_state_change()88 tcplp_sys_on_state_change(tp, newstate); in tcp_state_change()