taglinefilesource code
circuit_index865net/netrom/af_netrom.cunsigned short circuit_index, circuit_id;
circuit_index878net/netrom/af_netrom.ccircuit_index = skb->data[15];
circuit_index886net/netrom/af_netrom.cif ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) {
circuit_index898net/netrom/af_netrom.cif (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id)) != NULL) ||
circuit_index899net/netrom/af_netrom.c((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id)) != NULL)) {
circuit_index932net/netrom/af_netrom.cmake->nr->your_index = circuit_index;