Lines Matching refs:SOCK_SEQPACKET
228 if (s->sk && s->sk->sk_type != SOCK_SEQPACKET) in ax25_find_cb()
669 if (sk->sk_type == SOCK_SEQPACKET && in ax25_setsockopt()
805 if (sk->sk_type == SOCK_SEQPACKET && sk->sk_state != TCP_LISTEN) { in ax25_listen()
846 case SOCK_SEQPACKET: in ax25_create()
926 case SOCK_SEQPACKET: in ax25_make_new()
994 if (sk->sk_type == SOCK_SEQPACKET) { in ax25_release()
1207 if (sk->sk_state == TCP_ESTABLISHED && sk->sk_type == SOCK_SEQPACKET) { in ax25_connect()
1277 if (sk->sk_type == SOCK_SEQPACKET && in ax25_connect()
1290 if (sk->sk_type != SOCK_SEQPACKET) { in ax25_connect()
1383 if (sk->sk_type != SOCK_SEQPACKET) { in ax25_accept()
1567 if (sk->sk_type == SOCK_SEQPACKET && in ax25_sendmsg()
1614 if (sk->sk_type == SOCK_SEQPACKET) { in ax25_sendmsg()
1668 if (sk->sk_type == SOCK_SEQPACKET && sk->sk_state != TCP_ESTABLISHED) { in ax25_recvmsg()