Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 14 of 14) sorted by relevance

/include/crypto/
Daria.h343 static inline void aria_sbox_layer1_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer1_with_pre_diff() argument
354 *t2 = s1[get_u8(*t2, 0)] ^ in aria_sbox_layer1_with_pre_diff()
355 s2[get_u8(*t2, 1)] ^ in aria_sbox_layer1_with_pre_diff()
356 x1[get_u8(*t2, 2)] ^ in aria_sbox_layer1_with_pre_diff()
357 x2[get_u8(*t2, 3)]; in aria_sbox_layer1_with_pre_diff()
365 static inline void aria_sbox_layer2_with_pre_diff(u32 *t0, u32 *t1, u32 *t2, in aria_sbox_layer2_with_pre_diff() argument
376 *t2 = x1[get_u8(*t2, 0)] ^ in aria_sbox_layer2_with_pre_diff()
377 x2[get_u8(*t2, 1)] ^ in aria_sbox_layer2_with_pre_diff()
378 s1[get_u8(*t2, 2)] ^ in aria_sbox_layer2_with_pre_diff()
379 s2[get_u8(*t2, 3)]; in aria_sbox_layer2_with_pre_diff()
[all …]
/include/net/netfilter/
Dnf_conntrack_tuple.h128 const struct nf_conntrack_tuple *t2) in __nf_ct_tuple_src_equal() argument
130 return (nf_inet_addr_cmp(&t1->src.u3, &t2->src.u3) && in __nf_ct_tuple_src_equal()
131 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
132 t1->src.l3num == t2->src.l3num); in __nf_ct_tuple_src_equal()
136 const struct nf_conntrack_tuple *t2) in __nf_ct_tuple_dst_equal() argument
138 return (nf_inet_addr_cmp(&t1->dst.u3, &t2->dst.u3) && in __nf_ct_tuple_dst_equal()
139 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
140 t1->dst.protonum == t2->dst.protonum); in __nf_ct_tuple_dst_equal()
144 const struct nf_conntrack_tuple *t2) in nf_ct_tuple_equal() argument
146 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal()
[all …]
/include/uapi/linux/
Dax25.h92 unsigned int t2, t2timer; member
102 unsigned int t2, t2timer; member
Dgsmmux.h51 unsigned int t2; member
/include/uapi/linux/hdlc/
Dioctl.h87 unsigned int t2; /* timeout t2 */ member
/include/linux/
Dlapb.h44 unsigned int t2; member
Dbtf.h287 const struct btf_type *t2) in btf_kind_core_compat() argument
289 return BTF_INFO_KIND(t1->info) == BTF_INFO_KIND(t2->info) || in btf_kind_core_compat()
290 (btf_is_any_enum(t1) && btf_is_any_enum(t2)); in btf_kind_core_compat()
/include/net/
Dlapb.h93 unsigned short t1, t2; member
Dnetrom.h76 unsigned long t1, t2, t4, idle; member
Drose.h142 unsigned long t1, t2, t3, hb, idle; member
Dx25.h157 unsigned long t2, t21, t22, t23; member
Dax25.h249 unsigned long t1, t2, t3, idle, rtt; member
Dtcp.h1281 static inline bool tcp_skb_sent_after(u64 t1, u64 t2, u32 seq1, u32 seq2) in tcp_skb_sent_after() argument
1283 return t1 > t2 || (t1 == t2 && after(seq1, seq2)); in tcp_skb_sent_after()
/include/drm/
Ddrm_edid.h51 u8 t2; member