Home
last modified time | relevance | path

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

/linux-3.4.99/net/ax25/
Dax25_ds_subr.c74 …if (ax25->state == AX25_STATE_1 || ax25->state == AX25_STATE_2 || skb_peek(&ax25->ack_queue) != NU… in ax25_ds_enquiry_response()
90 if (ax25o->state == AX25_STATE_1 || ax25o->state == AX25_STATE_2) { in ax25_ds_enquiry_response()
100 …if (ax25o->state == AX25_STATE_1 || ax25o->state == AX25_STATE_2 || skb_peek(&ax25o->ack_queue) !=… in ax25_ds_enquiry_response()
Dax25_std_timer.c101 ax25->state = AX25_STATE_2; in ax25_std_idletimer_expiry()
144 case AX25_STATE_2: in ax25_std_t1timer_expiry()
Dax25_ds_timer.c164 ax25->state = AX25_STATE_2; in ax25_ds_idletimer_expiry()
214 case AX25_STATE_2: in ax25_ds_t1_timeout()
Dax25_ds_in.c292 case AX25_STATE_2: in ax25_ds_frame_in()
Dax25_std_in.c432 case AX25_STATE_2: in ax25_std_frame_in()
Daf_ax25.c976 case AX25_STATE_2: in ax25_release()
1009 ax25->state = AX25_STATE_2; in ax25_release()
/linux-3.4.99/include/net/
Dax25.h102 AX25_STATE_2, /* DISC sent */ enumerator