Searched refs:X25_Q_BIT_FLAG (Results 1 – 2 of 2) sorted by relevance
443 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt() 445 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt() 469 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt() 1199 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg() 1258 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg() 1316 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg() 1337 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
118 #define X25_Q_BIT_FLAG 0 macro