| tag | line | file | source code |
| circuit_id | 892 | net/netrom/af_netrom.c | unsigned short circuit_index, circuit_id; |
| circuit_id | 906 | net/netrom/af_netrom.c | circuit_id = skb->data[16]; |
| circuit_id | 913 | net/netrom/af_netrom.c | if ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) { |
| circuit_id | 925 | net/netrom/af_netrom.c | if (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id)) != NULL) || |
| circuit_id | 926 | net/netrom/af_netrom.c | ((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id)) != NULL)) { |
| circuit_id | 960 | net/netrom/af_netrom.c | make->nr->your_id = circuit_id; |