Home
last modified time | relevance | path

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

/linux-6.12.1/net/x25/
Daf_x25.c442 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()
/linux-6.12.1/include/net/
Dx25.h118 #define X25_Q_BIT_FLAG 0 macro