Searched refs:LAPB_OK (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/lapb/
H A Dlapb_iface.c165 rc = LAPB_OK;
203 rc = LAPB_OK;
240 rc = LAPB_OK;
276 rc = LAPB_OK;
295 rc = LAPB_OK;
308 rc = LAPB_OK;
332 return LAPB_OK;
345 return LAPB_OK;
383 rc = LAPB_OK;
402 rc = LAPB_OK;
[all...]
H A Dlapb_in.c64 lapb_connect_indication(lapb, LAPB_OK);
84 lapb_connect_indication(lapb, LAPB_OK);
162 lapb_connect_confirmation(lapb, LAPB_OK);
211 lapb_disconnect_confirmation(lapb, LAPB_OK);
308 lapb_disconnect_indication(lapb, LAPB_OK);
497 lapb_connect_indication(lapb, LAPB_OK);
517 lapb_connect_indication(lapb, LAPB_OK);
/linux-master/drivers/net/wan/
H A Dhdlc_x25.c141 if (result != LAPB_OK)
148 if (result != LAPB_OK) {
160 if (result != LAPB_OK) {
195 if (result != LAPB_OK)
199 if (result != LAPB_OK)
214 if (result != LAPB_OK)
257 if (lapb_data_received(dev, skb) == LAPB_OK) {
H A Dlapbether.c142 if (err != LAPB_OK) {
206 lapbeth_connected(dev, LAPB_OK);
207 else if (err != LAPB_OK)
213 lapbeth_disconnected(dev, LAPB_OK);
214 else if (err != LAPB_OK)
224 if (err != LAPB_OK) {
327 if (err != LAPB_OK) {
350 if (err != LAPB_OK)
/linux-master/include/linux/
H A Dlapb.h14 #define LAPB_OK 0 macro

Completed in 130 milliseconds