taglinefilesource code
circuit_id899net/netrom/af_netrom.cunsigned short circuit_index, circuit_id;
circuit_id913net/netrom/af_netrom.ccircuit_id    = skb->data[16];
circuit_id920net/netrom/af_netrom.cif ((frametype & 0x0F) == NR_PROTOEXT && circuit_index == NR_PROTO_IP && circuit_id == NR_PROTO_IP) {
circuit_id932net/netrom/af_netrom.cif (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL) ||
circuit_id933net/netrom/af_netrom.c((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id, SOCK_SEQPACKET)) != NULL)) {
circuit_id967net/netrom/af_netrom.cmake->nr->your_id    = circuit_id;