Home
last modified time | relevance | path

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

/Linux-v4.19/net/ax25/
Dax25_ds_subr.c73 …if (ax25->state == AX25_STATE_1 || ax25->state == AX25_STATE_2 || skb_peek(&ax25->ack_queue) != NU… in ax25_ds_enquiry_response()
89 if (ax25o->state == AX25_STATE_1 || ax25o->state == AX25_STATE_2) { in ax25_ds_enquiry_response()
99 …if (ax25o->state == AX25_STATE_1 || ax25o->state == AX25_STATE_2 || skb_peek(&ax25o->ack_queue) !=… in ax25_ds_enquiry_response()
Dax25_std_timer.c41 case AX25_STATE_2: in ax25_std_heartbeat_expiry()
103 ax25->state = AX25_STATE_2; in ax25_std_idletimer_expiry()
146 case AX25_STATE_2: in ax25_std_t1timer_expiry()
Dax25_ds_timer.c104 case AX25_STATE_2: in ax25_ds_heartbeat_expiry()
164 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.c973 case AX25_STATE_2: in ax25_release()
1007 ax25->state = AX25_STATE_2; in ax25_release()
/Linux-v4.19/include/net/
Dax25.h106 AX25_STATE_2, /* DISC sent */ enumerator