Home
last modified time | relevance | path

Searched refs:ct2 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/rtc/
H A Drtc-lpc24xx.c91 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local
95 ct2 = rtc_readl(rtc, LPC24XX_CTIME2); in lpc24xx_rtc_read_time()
104 tm->tm_yday = CT2_DOY(ct2); in lpc24xx_rtc_read_time()
/linux/net/netfilter/
H A Dnf_conntrack_core.c721 nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match() argument
724 &ct2->tuplehash[IP_CT_DIR_ORIGINAL].tuple) && in nf_ct_match()
726 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) && in nf_ct_match()
727 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match()
728 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match()
729 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match()
987 nf_ct_match_reverse(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match_reverse() argument
992 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple)) in nf_ct_match_reverse()
996 &ct2->tuplehash[IP_CT_DIR_ORIGINAL].tuple)) in nf_ct_match_reverse()
1000 id2 = nf_ct_zone_id(nf_ct_zone(ct2), IP_CT_DIR_REPLY); in nf_ct_match_reverse()
[all …]