rx_action        1930 drivers/net/ethernet/natsemi/ns83820.c 	tasklet_init(&dev->rx_tasklet, rx_action, (unsigned long)ndev);
rx_action         115 fs/dlm/lowcomms.c 	int (*rx_action) (struct connection *);	/* What to do when active */
rx_action         227 fs/dlm/lowcomms.c 		if (!con->rx_action)
rx_action         228 fs/dlm/lowcomms.c 			con->rx_action = zerocon->rx_action;
rx_action         800 fs/dlm/lowcomms.c 			othercon->rx_action = receive_from_sock;
rx_action         824 fs/dlm/lowcomms.c 		newcon->rx_action = receive_from_sock;
rx_action         920 fs/dlm/lowcomms.c 			othercon->rx_action = receive_from_sock;
rx_action         942 fs/dlm/lowcomms.c 		newcon->rx_action = receive_from_sock;
rx_action        1069 fs/dlm/lowcomms.c 	con->rx_action = receive_from_sock;
rx_action        1164 fs/dlm/lowcomms.c 	con->rx_action = receive_from_sock;
rx_action        1256 fs/dlm/lowcomms.c 	con->rx_action = tcp_accept_from_sock;
rx_action        1343 fs/dlm/lowcomms.c 	con->rx_action = sctp_accept_from_sock;
rx_action        1606 fs/dlm/lowcomms.c 		err = con->rx_action(con);