taglinefilesource code
circuit_index914net/netrom/af_netrom.cunsigned short circuit_index, circuit_id;
circuit_index926net/netrom/af_netrom.ccircuit_index = skb->data[15];
circuit_index934net/netrom/af_netrom.cif ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) {
circuit_index946net/netrom/af_netrom.cif (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL) ||
circuit_index947net/netrom/af_netrom.c((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL)) {
circuit_index980net/netrom/af_netrom.cmake->nr->your_index = circuit_index;