taglinefilesource code
circuit_index916net/netrom/af_netrom.cunsigned short circuit_index, circuit_id;
circuit_index929net/netrom/af_netrom.ccircuit_index = skb->data[15];
circuit_index937net/netrom/af_netrom.cif ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) {
circuit_index949net/netrom/af_netrom.cif (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL) ||
circuit_index950net/netrom/af_netrom.c((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL)) {
circuit_index983net/netrom/af_netrom.cmake->nr->your_index = circuit_index;