Home
last modified time | relevance | path

Searched refs:ax25_disconnect (Results 1 – 7 of 7) sorted by relevance

/net/ax25/
Dax25_ds_timer.c88 ax25_disconnect(ax25, ETIMEDOUT); in ax25_ds_timeout()
151 ax25_disconnect(ax25, ETIMEDOUT); in ax25_ds_t3timer_expiry()
196 ax25_disconnect(ax25, ETIMEDOUT); in ax25_ds_t1_timeout()
216 ax25_disconnect(ax25, ETIMEDOUT); in ax25_ds_t1_timeout()
226 ax25_disconnect(ax25, ETIMEDOUT); in ax25_ds_t1_timeout()
Dax25_std_in.c86 ax25_disconnect(ax25, ECONNREFUSED); in ax25_std_state1_machine()
116 ax25_disconnect(ax25, 0); in ax25_std_state2_machine()
122 ax25_disconnect(ax25, 0); in ax25_std_state2_machine()
172 ax25_disconnect(ax25, 0); in ax25_std_state3_machine()
176 ax25_disconnect(ax25, ECONNRESET); in ax25_std_state3_machine()
299 ax25_disconnect(ax25, 0); in ax25_std_state4_machine()
303 ax25_disconnect(ax25, ECONNRESET); in ax25_std_state4_machine()
Dax25_ds_in.c86 ax25_disconnect(ax25, ECONNREFUSED); in ax25_ds_state1_machine()
115 ax25_disconnect(ax25, 0); in ax25_ds_state2_machine()
122 ax25_disconnect(ax25, 0); in ax25_ds_state2_machine()
177 ax25_disconnect(ax25, 0); in ax25_ds_state3_machine()
182 ax25_disconnect(ax25, ECONNRESET); in ax25_ds_state3_machine()
Dax25_std_timer.c127 ax25_disconnect(ax25, ETIMEDOUT); in ax25_std_t1timer_expiry()
147 ax25_disconnect(ax25, ETIMEDOUT); in ax25_std_t1timer_expiry()
164 ax25_disconnect(ax25, ETIMEDOUT); in ax25_std_t1timer_expiry()
Dax25_subr.c263 void ax25_disconnect(ax25_cb *ax25, int reason) in ax25_disconnect() function
Daf_ax25.c94 ax25_disconnect(s, ENETUNREACH); in ax25_kill_by_device()
384 ax25_disconnect(ax25, ENETRESET); in ax25_ctl_ioctl()
966 ax25_disconnect(ax25, 0); in ax25_release()
975 ax25_disconnect(ax25, 0); in ax25_release()
Dax25_out.c337 ax25_disconnect(ax25, ENETUNREACH); in ax25_transmit_buffer()