taglinefilesource code
circuit_id914net/netrom/af_netrom.cunsigned short circuit_index, circuit_id;
circuit_id927net/netrom/af_netrom.ccircuit_id    = skb->data[16];
circuit_id934net/netrom/af_netrom.cif ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) {
circuit_id946net/netrom/af_netrom.cif (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL) ||
circuit_id947net/netrom/af_netrom.c((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL)) {
circuit_id981net/netrom/af_netrom.cmake->nr->your_id    = circuit_id;