Home
last modified time | relevance | path

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

/Linux-v4.19/net/x25/
Daf_x25.c459 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
461 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
490 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt()
1182 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg()
1241 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg()
1299 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
1321 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
/Linux-v4.19/include/net/
Dx25.h117 #define X25_Q_BIT_FLAG 0 macro