Home
last modified time | relevance | path

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

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