Searched refs:rx_action (Results 1 – 2 of 2) sorted by relevance
83 int (*rx_action) (struct connection *); /* What to do when active */ member209 if (!con->rx_action) in nodeid2con()210 con->rx_action = zerocon->rx_action; in nodeid2con()855 othercon->rx_action = receive_from_sock; in accept_from_sock()875 newcon->rx_action = receive_from_sock; in accept_from_sock()1003 con->rx_action = receive_from_sock; in sctp_connect_to_sock()1098 con->rx_action = receive_from_sock; in tcp_connect_to_sock()1186 con->rx_action = accept_from_sock; in tcp_create_listen_sock()1269 con->rx_action = accept_from_sock; in sctp_listen_for_all()1532 err = con->rx_action(con); in process_recv_sockets()
928 static void rx_action(struct tasklet_struct *t) function1929 tasklet_setup(&dev->rx_tasklet, rx_action);