Searched refs:rx_action (Results 1 – 1 of 1) sorted by relevance
118 int (*rx_action) (struct connection *); /* What to do when active */ member223 if (!con->rx_action) in __nodeid2con()224 con->rx_action = zerocon->rx_action; in __nodeid2con()906 othercon->rx_action = receive_from_sock; in tcp_accept_from_sock()928 newcon->rx_action = receive_from_sock; in tcp_accept_from_sock()1085 con->rx_action = receive_from_sock; in tcp_connect_to_sock()1174 con->rx_action = tcp_accept_from_sock; in tcp_create_listen_sock()1295 con->rx_action = receive_from_sock; in sctp_listen_for_all()1575 err = con->rx_action(con); in process_recv_sockets()