Lines Matching defs:rx_action
83 int (*rx_action) (struct connection *); /* What to do when active */
209 if (!con->rx_action)
210 con->rx_action = zerocon->rx_action;
851 othercon->rx_action = receive_from_sock;
871 newcon->rx_action = receive_from_sock;
999 con->rx_action = receive_from_sock;
1094 con->rx_action = receive_from_sock;
1182 con->rx_action = accept_from_sock;
1265 con->rx_action = accept_from_sock;
1528 err = con->rx_action(con);