Home
last modified time | relevance | path

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

/linux/net/x25/
A Daf_x25.c442 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
444 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
473 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt()
1192 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_sendmsg()
1251 else if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) in x25_sendmsg()
1309 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
1331 if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) { in x25_recvmsg()
/linux/include/net/
A Dx25.h118 #define X25_Q_BIT_FLAG 0 macro

Completed in 6 milliseconds