Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/x25/
H A Daf_x25.c452 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
454 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
483 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt()
1202 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg()
1261 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg()
1319 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
1341 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
/OK3568_Linux_fs/kernel/include/net/
H A Dx25.h118 #define X25_Q_BIT_FLAG 0 macro