tag | line | file | source code |
circuit_index | 869 | net/netrom/af_netrom.c | unsigned short circuit_index, circuit_id; |
circuit_index | 881 | net/netrom/af_netrom.c | circuit_index = skb->data[15]; |
circuit_index | 889 | net/netrom/af_netrom.c | if ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) { |
circuit_index | 901 | net/netrom/af_netrom.c | if (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL) || |
circuit_index | 902 | net/netrom/af_netrom.c | ((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL)) { |
circuit_index | 935 | net/netrom/af_netrom.c | make->nr->your_index = circuit_index; |