Searched refs:ax25_frames_acked (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/ |
D | ax25_std_in.c | 197 ax25_frames_acked(ax25, nr); in ax25_std_state3_machine() 215 ax25_frames_acked(ax25, nr); in ax25_std_state3_machine() 313 ax25_frames_acked(ax25, nr); in ax25_std_state4_machine() 329 ax25_frames_acked(ax25, nr); in ax25_std_state4_machine() 342 ax25_frames_acked(ax25, nr); in ax25_std_state4_machine() 358 ax25_frames_acked(ax25, nr); in ax25_std_state4_machine() 372 ax25_frames_acked(ax25, nr); in ax25_std_state4_machine()
|
D | ax25_ds_in.c | 207 ax25_frames_acked(ax25, nr); in ax25_ds_state3_machine() 228 ax25_frames_acked(ax25, nr); in ax25_ds_state3_machine()
|
D | ax25_out.c | 379 ax25_frames_acked(ax25, nr); in ax25_check_iframes_acked() 386 ax25_frames_acked(ax25, nr); in ax25_check_iframes_acked()
|
D | ax25_subr.c | 46 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr) in ax25_frames_acked() function
|
/kernel/linux/linux-5.10/include/net/ |
D | ax25.h | 453 void ax25_frames_acked(ax25_cb *, unsigned short);
|