Searched refs:AX25_SEG_FIRST (Results 1 - 3 of 3) sorted by path

/linux-master/include/net/
H A Dax25.h50 #define AX25_SEG_FIRST 0x80 macro
/linux-master/net/ax25/
H A Dax25_in.c39 if (!(*skb->data & AX25_SEG_FIRST)) {
82 if (*skb->data & AX25_SEG_FIRST) {
H A Dax25_out.c168 *p |= AX25_SEG_FIRST;

Completed in 147 milliseconds