tag | line | file | source code |
SOCK_SEQPACKET | 328 | net/ax25/af_ax25.c | if (s->sk != NULL && s->sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 640 | net/ax25/af_ax25.c | if (ax25->sk != NULL && ax25->sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 870 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && sk->state != TCP_LISTEN) { |
SOCK_SEQPACKET | 901 | net/ax25/af_ax25.c | case SOCK_SEQPACKET: |
SOCK_SEQPACKET | 1000 | net/ax25/af_ax25.c | case SOCK_SEQPACKET: |
SOCK_SEQPACKET | 1084 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET) { |
SOCK_SEQPACKET | 1230 | net/ax25/af_ax25.c | if (sk->state == TCP_ESTABLISHED && sk->type == SOCK_SEQPACKET) |
SOCK_SEQPACKET | 1285 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && ax25_find_cb(&sk->ax25->source_addr, &addr->sax25_call, sk->ax25->device) != NULL) |
SOCK_SEQPACKET | 1291 | net/ax25/af_ax25.c | if (sk->type != SOCK_SEQPACKET) { |
SOCK_SEQPACKET | 1357 | net/ax25/af_ax25.c | if (sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 1630 | net/ax25/af_ax25.c | if ((sk = ax25_find_listener(&dest, dev, SOCK_SEQPACKET)) != NULL) { |
SOCK_SEQPACKET | 1819 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && ax25cmp(&sk->ax25->dest_addr, &sax.sax25_call) != 0) |
SOCK_SEQPACKET | 1865 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET) { |
SOCK_SEQPACKET | 1925 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && sk->state != TCP_ESTABLISHED) |
SOCK_SEQPACKET | 1935 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET) |
SOCK_SEQPACKET | 95 | net/core/datagram.c | if(sk->type==SOCK_SEQPACKET && sk->state!=TCP_ESTABLISHED) |
SOCK_SEQPACKET | 191 | net/core/datagram.c | if (sk->type==SOCK_SEQPACKET && sk->state==TCP_CLOSE) |
SOCK_SEQPACKET | 208 | net/core/datagram.c | if (sk->type==SOCK_SEQPACKET && sk->state==TCP_SYN_SENT) |
SOCK_SEQPACKET | 587 | net/ipv4/af_inet.c | case SOCK_SEQPACKET: |
SOCK_SEQPACKET | 415 | net/netrom/af_netrom.c | if (sock->type != SOCK_SEQPACKET || protocol != 0) |
SOCK_SEQPACKET | 516 | net/netrom/af_netrom.c | if (osk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 823 | net/netrom/af_netrom.c | if (sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 537 | net/socket.c | type != SOCK_SEQPACKET && type != SOCK_RAW && |