tag | line | file | source code |
POLLOFF | 225 | net/ax25/ax25_out.c | ax25_send_iframe(ax25, skbn, (last && !ax25->dama_slave) ? POLLON : POLLOFF); |
POLLOFF | 330 | net/ax25/ax25_out.c | ax25_send_control(ax25, RNR, POLLOFF, C_RESPONSE); |
POLLOFF | 332 | net/ax25/ax25_out.c | ax25_send_control(ax25, RR, POLLOFF, C_RESPONSE); |
POLLOFF | 392 | net/ax25/ax25_out.c | ax25_send_control(ax25, REJ, POLLOFF, C_RESPONSE); |
POLLOFF | 116 | net/ax25/ax25_timer.c | ax25_send_control(ax25, RR, POLLOFF, C_RESPONSE); |
POLLOFF | 254 | net/ax25/ax25_timer.c | ax25_send_control(ax25, SABM, ax25_dev_is_dama_slave(ax25->device)? POLLOFF : POLLON, C_COMMAND); |
POLLOFF | 259 | net/ax25/ax25_timer.c | ax25_send_control(ax25, SABM, ax25_dev_is_dama_slave(ax25->device)? POLLOFF : POLLON, C_COMMAND); |
POLLOFF | 261 | net/ax25/ax25_timer.c | ax25_send_control(ax25, SABME, ax25_dev_is_dama_slave(ax25->device)? POLLOFF : POLLON, C_COMMAND); |