taglinefilesource code
circuit_index892net/netrom/af_netrom.cunsigned short circuit_index, circuit_id;
circuit_index905net/netrom/af_netrom.ccircuit_index = skb->data[15];
circuit_index913net/netrom/af_netrom.cif ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) {
circuit_index925net/netrom/af_netrom.cif (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id)) != NULL) ||
circuit_index926net/netrom/af_netrom.c((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id)) != NULL)) {
circuit_index959net/netrom/af_netrom.cmake->nr->your_index = circuit_index;