Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1180 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg()
1239 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg()
1297 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
1319 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
/linux-4.1.27/include/net/
Dx25.h115 #define X25_Q_BIT_FLAG 0 macro