tag | line | file | source code |
SOCK_SEQPACKET | 325 | net/ax25/af_ax25.c | if (s->sk != NULL && s->sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 608 | net/ax25/af_ax25.c | if (ax25->sk != NULL && ax25->sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 836 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && sk->state != TCP_LISTEN) { |
SOCK_SEQPACKET | 867 | net/ax25/af_ax25.c | case SOCK_SEQPACKET: |
SOCK_SEQPACKET | 967 | net/ax25/af_ax25.c | case SOCK_SEQPACKET: |
SOCK_SEQPACKET | 1048 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET) { |
SOCK_SEQPACKET | 1185 | net/ax25/af_ax25.c | if (sk->state == TCP_ESTABLISHED && sk->type == SOCK_SEQPACKET) |
SOCK_SEQPACKET | 1223 | 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 | 1229 | net/ax25/af_ax25.c | if (sk->type != SOCK_SEQPACKET) { |
SOCK_SEQPACKET | 1290 | net/ax25/af_ax25.c | if (sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 1553 | net/ax25/af_ax25.c | if ((sk = ax25_find_listener(&dest, dev, SOCK_SEQPACKET)) != NULL) { |
SOCK_SEQPACKET | 1737 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && memcmp(&sk->ax25->dest_addr, &sax.sax25_call, sizeof(ax25_address)) != 0) |
SOCK_SEQPACKET | 1783 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET) { |
SOCK_SEQPACKET | 1842 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && sk->state != TCP_ESTABLISHED) |
SOCK_SEQPACKET | 1852 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET) |
SOCK_SEQPACKET | 83 | net/core/datagram.c | if(sk->type==SOCK_SEQPACKET && sk->state!=TCP_ESTABLISHED) |
SOCK_SEQPACKET | 199 | net/core/datagram.c | if (sk->type==SOCK_SEQPACKET && sk->state==TCP_CLOSE) |
SOCK_SEQPACKET | 216 | net/core/datagram.c | if (sk->type==SOCK_SEQPACKET && sk->state==TCP_SYN_SENT) |
SOCK_SEQPACKET | 589 | net/ipv4/af_inet.c | case SOCK_SEQPACKET: |
SOCK_SEQPACKET | 399 | net/netrom/af_netrom.c | if (sk->type == SOCK_SEQPACKET && sk->state != TCP_LISTEN) { |
SOCK_SEQPACKET | 426 | net/netrom/af_netrom.c | if (sock->type != SOCK_SEQPACKET || protocol != 0) |
SOCK_SEQPACKET | 527 | net/netrom/af_netrom.c | if (osk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 618 | net/netrom/af_netrom.c | if (sk->type == SOCK_SEQPACKET) { |
SOCK_SEQPACKET | 753 | net/netrom/af_netrom.c | if (sk->state == TCP_ESTABLISHED && sk->type == SOCK_SEQPACKET) |
SOCK_SEQPACKET | 786 | net/netrom/af_netrom.c | while (nr_find_socket((unsigned char)circuit / 256, (unsigned char)circuit % 256, SOCK_SEQPACKET) != NULL) |
SOCK_SEQPACKET | 849 | net/netrom/af_netrom.c | if (sk->type != SOCK_SEQPACKET) |
SOCK_SEQPACKET | 949 | net/netrom/af_netrom.c | if (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL) || |
SOCK_SEQPACKET | 950 | net/netrom/af_netrom.c | ((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL)) { |
SOCK_SEQPACKET | 964 | net/netrom/af_netrom.c | sk = nr_find_listener(dest, SOCK_SEQPACKET); |
SOCK_SEQPACKET | 1054 | net/netrom/af_netrom.c | if (sk->type == SOCK_SEQPACKET && memcmp(&sk->nr->dest_addr, &sax.sax25_call, sizeof(ax25_address)) != 0) |
SOCK_SEQPACKET | 1150 | net/netrom/af_netrom.c | if (sk->type == SOCK_SEQPACKET && sk->state != TCP_ESTABLISHED) |
SOCK_SEQPACKET | 537 | net/socket.c | type != SOCK_SEQPACKET && type != SOCK_RAW && |