Home
last modified time | relevance | path

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

/linux-2.6.39/net/x25/
Daf_x25.c458 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
460 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
489 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt()
1168 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg()
1224 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg()
1273 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
1293 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
/linux-2.6.39/include/net/
Dx25.h115 #define X25_Q_BIT_FLAG 0 macro