Searched refs:LAPB_OK (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/net/lapb/ |
A D | lapb_iface.c | 165 rc = LAPB_OK; in lapb_register() 203 rc = LAPB_OK; in lapb_unregister() 240 rc = LAPB_OK; in lapb_getparms() 276 rc = LAPB_OK; in lapb_setparms() 295 rc = LAPB_OK; in lapb_connect_request() 308 rc = LAPB_OK; in lapb_connect_request() 332 return LAPB_OK; in __lapb_disconnect_request() 345 return LAPB_OK; in __lapb_disconnect_request() 383 rc = LAPB_OK; in lapb_data_request() 402 rc = LAPB_OK; in lapb_data_received()
|
A D | lapb_in.c | 64 lapb_connect_indication(lapb, LAPB_OK); in lapb_state0_machine() 84 lapb_connect_indication(lapb, LAPB_OK); in lapb_state0_machine() 162 lapb_connect_confirmation(lapb, LAPB_OK); in lapb_state1_machine() 211 lapb_disconnect_confirmation(lapb, LAPB_OK); in lapb_state2_machine() 308 lapb_disconnect_indication(lapb, LAPB_OK); in lapb_state3_machine() 497 lapb_connect_indication(lapb, LAPB_OK); in lapb_state4_machine() 517 lapb_connect_indication(lapb, LAPB_OK); in lapb_state4_machine()
|
/linux-6.3-rc2/drivers/net/wan/ |
A D | hdlc_x25.c | 141 if (result != LAPB_OK) in x25_xmit() 148 if (result != LAPB_OK) { in x25_xmit() 160 if (result != LAPB_OK) { in x25_xmit() 195 if (result != LAPB_OK) in x25_open() 199 if (result != LAPB_OK) in x25_open() 214 if (result != LAPB_OK) in x25_open() 257 if (lapb_data_received(dev, skb) == LAPB_OK) { in x25_rx()
|
A D | lapbether.c | 142 if (err != LAPB_OK) { in lapbeth_rcv() 206 lapbeth_connected(dev, LAPB_OK); in lapbeth_xmit() 207 else if (err != LAPB_OK) in lapbeth_xmit() 213 lapbeth_disconnected(dev, LAPB_OK); in lapbeth_xmit() 214 else if (err != LAPB_OK) in lapbeth_xmit() 224 if (err != LAPB_OK) { in lapbeth_xmit() 327 if (err != LAPB_OK) { in lapbeth_open() 350 if (err != LAPB_OK) in lapbeth_close()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | lapb-module.rst | 125 LAPB_OK LAPB registered successfully. 140 LAPB_OK LAPB unregistered successfully. 153 LAPB_OK LAPB getparms was successful. 168 LAPB_OK LAPB getparms was successful. 181 LAPB_OK LAPB is starting to connect. 193 LAPB_OK LAPB is starting to disconnect. 207 LAPB_OK LAPB has accepted the data. 223 LAPB_OK LAPB has accepted the data. 241 always LAPB_OK. 248 system. The value of reason is always LAPB_OK. [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | lapb.h | 14 #define LAPB_OK 0 macro
|
Completed in 9 milliseconds