Home
last modified time | relevance | path

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

/Linux-v4.19/net/lapb/
Dlapb_subr.c153 if (!(skb->data[0] & LAPB_S)) { in lapb_decode()
189 if (!(skb->data[0] & LAPB_S)) { in lapb_decode()
252 if ((frametype & LAPB_U) == LAPB_S) /* S frames carry NR */ in lapb_send_control()
/Linux-v4.19/include/net/
Dlapb.h15 #define LAPB_S 0x01 /* Supervisory frames */ macro