Lines Matching refs:SOCK_SEQPACKET
232 if (s->sk && s->sk->sk_type != SOCK_SEQPACKET) in ax25_find_cb()
673 if (sk->sk_type == SOCK_SEQPACKET && in ax25_setsockopt()
820 if (sk->sk_type == SOCK_SEQPACKET && sk->sk_state != TCP_LISTEN) { in ax25_listen()
861 case SOCK_SEQPACKET: in ax25_create()
942 case SOCK_SEQPACKET: in ax25_make_new()
1010 if (sk->sk_type == SOCK_SEQPACKET) { in ax25_release()
1227 if (sk->sk_state == TCP_ESTABLISHED && sk->sk_type == SOCK_SEQPACKET) { in ax25_connect()
1297 if (sk->sk_type == SOCK_SEQPACKET && in ax25_connect()
1310 if (sk->sk_type != SOCK_SEQPACKET) { in ax25_connect()
1405 if (sk->sk_type != SOCK_SEQPACKET) { in ax25_accept()
1593 if (sk->sk_type == SOCK_SEQPACKET && in ax25_sendmsg()
1640 if (sk->sk_type == SOCK_SEQPACKET) { in ax25_sendmsg()
1694 if (sk->sk_type == SOCK_SEQPACKET && sk->sk_state != TCP_ESTABLISHED) { in ax25_recvmsg()