Searched refs:X25_Q_BIT_FLAG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/x25/ |
H A D | af_x25.c | 452 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt() 454 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt() 483 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt() 1208 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg() 1267 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg() 1325 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg() 1347 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
|
/kernel/linux/linux-6.6/net/x25/ |
H A D | af_x25.c | 442 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt() 444 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt() 473 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt() 1203 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg() 1262 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg() 1320 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg() 1341 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | x25.h | 118 #define X25_Q_BIT_FLAG 0 macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | x25.h | 118 #define X25_Q_BIT_FLAG 0 macro
|
Completed in 6 milliseconds