Lines Matching refs:SOCK_SEQPACKET
215 if (s->sk && s->sk->sk_type != SOCK_SEQPACKET) in ax25_find_cb()
649 if (sk->sk_type == SOCK_SEQPACKET && in ax25_setsockopt()
778 if (sk->sk_type == SOCK_SEQPACKET && sk->sk_state != TCP_LISTEN) { in ax25_listen()
819 case SOCK_SEQPACKET: in ax25_create()
897 case SOCK_SEQPACKET: in ax25_make_new()
963 if (sk->sk_type == SOCK_SEQPACKET) { in ax25_release()
1165 if (sk->sk_state == TCP_ESTABLISHED && sk->sk_type == SOCK_SEQPACKET) { in ax25_connect()
1232 if (sk->sk_type == SOCK_SEQPACKET && in ax25_connect()
1245 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()