cn_test_id 20 samples/connector/cn_test.c static struct cb_id cn_test_id = { CN_NETLINK_USERS + 3, 0x456 }; cn_test_id 87 samples/connector/cn_test.c req->first = cn_test_id.idx; cn_test_id 94 samples/connector/cn_test.c req->first = cn_test_id.val; cn_test_id 101 samples/connector/cn_test.c req->first = cn_test_id.val + 20; cn_test_id 125 samples/connector/cn_test.c memcpy(&m->id, &cn_test_id, sizeof(m->id)); cn_test_id 148 samples/connector/cn_test.c err = cn_add_callback(&cn_test_id, cn_test_name, cn_test_callback); cn_test_id 151 samples/connector/cn_test.c cn_test_id.val++; cn_test_id 152 samples/connector/cn_test.c err = cn_add_callback(&cn_test_id, cn_test_name, cn_test_callback); cn_test_id 154 samples/connector/cn_test.c cn_del_callback(&cn_test_id); cn_test_id 162 samples/connector/cn_test.c cn_test_id.idx, cn_test_id.val); cn_test_id 176 samples/connector/cn_test.c cn_del_callback(&cn_test_id); cn_test_id 177 samples/connector/cn_test.c cn_test_id.val--; cn_test_id 178 samples/connector/cn_test.c cn_del_callback(&cn_test_id);