Searched refs:t2 (Results 1 – 14 of 14) sorted by relevance
/include/crypto/ |
A D | aria.h | 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() 357 x2[get_u8(*t2, 3)]; in aria_sbox_layer1_with_pre_diff() 376 *t2 = x1[get_u8(*t2, 0)] ^ in aria_sbox_layer2_with_pre_diff() 379 s2[get_u8(*t2, 3)]; in aria_sbox_layer2_with_pre_diff() 389 *t1 ^= *t2; in aria_diff_word() 390 *t2 ^= *t3; in aria_diff_word() 394 *t2 ^= *t0; in aria_diff_word() 395 *t1 ^= *t2; in aria_diff_word() 402 *t2 = rotr32(*t2, 16); in aria_diff_byte() [all …]
|
/include/net/netfilter/ |
A D | nf_conntrack_tuple.h | 128 const struct nf_conntrack_tuple *t2) in __nf_ct_tuple_src_equal() argument 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 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() 146 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal() 147 __nf_ct_tuple_dst_equal(t1, t2); in nf_ct_tuple_equal() 160 const struct nf_conntrack_tuple *t2, in nf_ct_tuple_src_mask_cmp() argument 174 if (t1->src.l3num != t2->src.l3num || in nf_ct_tuple_src_mask_cmp() [all …]
|
/include/uapi/linux/ |
A D | ax25.h | 92 unsigned int t2, t2timer; member 102 unsigned int t2, t2timer; member
|
A D | gsmmux.h | 51 unsigned int t2; member
|
/include/uapi/linux/hdlc/ |
A D | ioctl.h | 87 unsigned int t2; /* timeout t2 */ member
|
/include/linux/ |
A D | lapb.h | 44 unsigned int t2; member
|
A D | btf.h | 294 const struct btf_type *t2) in btf_kind_core_compat() argument 296 return BTF_INFO_KIND(t1->info) == BTF_INFO_KIND(t2->info) || in btf_kind_core_compat() 297 (btf_is_any_enum(t1) && btf_is_any_enum(t2)); in btf_kind_core_compat()
|
/include/net/ |
A D | lapb.h | 93 unsigned short t1, t2; member
|
A D | rose.h | 141 unsigned long t1, t2, t3, hb, idle; member
|
A D | netrom.h | 76 unsigned long t1, t2, t4, idle; member
|
A D | x25.h | 157 unsigned long t2, t21, t22, t23; member
|
A D | ax25.h | 249 unsigned long t1, t2, t3, idle, rtt; member
|
A D | tcp.h | 1334 static inline bool tcp_skb_sent_after(u64 t1, u64 t2, u32 seq1, u32 seq2) in tcp_skb_sent_after() argument 1336 return t1 > t2 || (t1 == t2 && after(seq1, seq2)); in tcp_skb_sent_after()
|
/include/drm/ |
A D | drm_edid.h | 51 u8 t2; member
|
Completed in 40 milliseconds