Home
last modified time | relevance | path

Searched refs:AX25_COND_REJECT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ax25/
Dax25_std_in.c231 ax25->condition &= ~AX25_COND_REJECT; in ax25_std_state3_machine()
241 if (ax25->condition & AX25_COND_REJECT) { in ax25_std_state3_machine()
244 ax25->condition |= AX25_COND_REJECT; in ax25_std_state3_machine()
386 ax25->condition &= ~AX25_COND_REJECT; in ax25_std_state4_machine()
396 if (ax25->condition & AX25_COND_REJECT) { in ax25_std_state4_machine()
399 ax25->condition |= AX25_COND_REJECT; in ax25_std_state4_machine()
Dax25_ds_in.c246 ax25->condition &= ~AX25_COND_REJECT; in ax25_ds_state3_machine()
256 if (ax25->condition & AX25_COND_REJECT) { in ax25_ds_state3_machine()
259 ax25->condition |= AX25_COND_REJECT; in ax25_ds_state3_machine()
/Linux-v4.19/include/net/
Dax25.h61 #define AX25_COND_REJECT 0x02 macro