Home
last modified time | relevance | path

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

/openbmc/linux/net/ax25/
H A Dax25_std_in.c228 ax25->condition &= ~AX25_COND_REJECT; in ax25_std_state3_machine()
238 if (ax25->condition & AX25_COND_REJECT) { in ax25_std_state3_machine()
241 ax25->condition |= AX25_COND_REJECT; in ax25_std_state3_machine()
383 ax25->condition &= ~AX25_COND_REJECT; in ax25_std_state4_machine()
393 if (ax25->condition & AX25_COND_REJECT) { in ax25_std_state4_machine()
396 ax25->condition |= AX25_COND_REJECT; in ax25_std_state4_machine()
H A Dax25_ds_in.c243 ax25->condition &= ~AX25_COND_REJECT; in ax25_ds_state3_machine()
253 if (ax25->condition & AX25_COND_REJECT) { in ax25_ds_state3_machine()
256 ax25->condition |= AX25_COND_REJECT; in ax25_ds_state3_machine()
/openbmc/linux/include/net/
H A Dax25.h61 #define AX25_COND_REJECT 0x02 macro