ct2 1223 drivers/firewire/core-cdev.c struct fw_cdev_get_cycle_timer2 ct2; ct2 1225 drivers/firewire/core-cdev.c ct2.clk_id = CLOCK_REALTIME; ct2 1226 drivers/firewire/core-cdev.c ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); ct2 1228 drivers/firewire/core-cdev.c a->local_time = ct2.tv_sec * USEC_PER_SEC + ct2.tv_nsec / NSEC_PER_USEC; ct2 1229 drivers/firewire/core-cdev.c a->cycle_timer = ct2.cycle_timer; ct2 93 drivers/rtc/rtc-lpc24xx.c u32 ct0, ct1, ct2; ct2 97 drivers/rtc/rtc-lpc24xx.c ct2 = rtc_readl(rtc, LPC24XX_CTIME2); ct2 106 drivers/rtc/rtc-lpc24xx.c tm->tm_yday = CT2_DOY(ct2); ct2 701 net/netfilter/nf_conntrack_core.c nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) ct2 704 net/netfilter/nf_conntrack_core.c &ct2->tuplehash[IP_CT_DIR_ORIGINAL].tuple) && ct2 706 net/netfilter/nf_conntrack_core.c &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) && ct2 707 net/netfilter/nf_conntrack_core.c nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && ct2 708 net/netfilter/nf_conntrack_core.c nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && ct2 709 net/netfilter/nf_conntrack_core.c net_eq(nf_ct_net(ct1), nf_ct_net(ct2));