Searched refs:t2 (Results 1 – 14 of 14) sorted by relevance
| /include/crypto/ |
| D | aria.h | 343 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/ |
| D | nf_conntrack_tuple.h | 128 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/ |
| D | ax25.h | 92 unsigned int t2, t2timer; member 102 unsigned int t2, t2timer; member
|
| D | gsmmux.h | 51 unsigned int t2; member
|
| /include/uapi/linux/hdlc/ |
| D | ioctl.h | 87 unsigned int t2; /* timeout t2 */ member
|
| /include/linux/ |
| D | lapb.h | 44 unsigned int t2; member
|
| D | btf.h | 287 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/ |
| D | lapb.h | 93 unsigned short t1, t2; member
|
| D | netrom.h | 76 unsigned long t1, t2, t4, idle; member
|
| D | rose.h | 142 unsigned long t1, t2, t3, hb, idle; member
|
| D | x25.h | 157 unsigned long t2, t21, t22, t23; member
|
| D | ax25.h | 249 unsigned long t1, t2, t3, idle, rtt; member
|
| D | tcp.h | 1281 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/ |
| D | drm_edid.h | 51 u8 t2; member
|