Lines Matching refs:SOCK_SEQPACKET
216 if (s->sk && s->sk->sk_type != SOCK_SEQPACKET) in ax25_find_cb()
651 if (sk->sk_type == SOCK_SEQPACKET && in ax25_setsockopt()
780 if (sk->sk_type == SOCK_SEQPACKET && sk->sk_state != TCP_LISTEN) { in ax25_listen()
821 case SOCK_SEQPACKET: in ax25_create()
899 case SOCK_SEQPACKET: in ax25_make_new()
965 if (sk->sk_type == SOCK_SEQPACKET) { in ax25_release()
1166 if (sk->sk_state == TCP_ESTABLISHED && sk->sk_type == SOCK_SEQPACKET) { in ax25_connect()
1233 if (sk->sk_type == SOCK_SEQPACKET && in ax25_connect()
1246 if (sk->sk_type != SOCK_SEQPACKET) { in ax25_connect()
1338 if (sk->sk_type != SOCK_SEQPACKET) { in ax25_accept()
1519 if (sk->sk_type == SOCK_SEQPACKET && in ax25_sendmsg()
1566 if (sk->sk_type == SOCK_SEQPACKET) { in ax25_sendmsg()
1617 if (sk->sk_type == SOCK_SEQPACKET && sk->sk_state != TCP_ESTABLISHED) { in ax25_recvmsg()