Home
last modified time | relevance | path

Searched refs:LAPB_S (Results 1 – 2 of 2) sorted by relevance

/linux/net/lapb/
H A Dlapb_subr.c148 if (!(skb->data[0] & LAPB_S)) { in lapb_decode()
184 if (!(skb->data[0] & LAPB_S)) { in lapb_decode()
247 if ((frametype & LAPB_U) == LAPB_S) /* S frames carry NR */ in lapb_send_control()
/linux/include/net/
H A Dlapb.h15 #define LAPB_S 0x01 /* Supervisory frames */ macro