| /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 350 *t1 = s1[get_u8(*t1, 0)] ^ in aria_sbox_layer1_with_pre_diff() 351 s2[get_u8(*t1, 1)] ^ in aria_sbox_layer1_with_pre_diff() 352 x1[get_u8(*t1, 2)] ^ in aria_sbox_layer1_with_pre_diff() 353 x2[get_u8(*t1, 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 372 *t1 = x1[get_u8(*t1, 0)] ^ in aria_sbox_layer2_with_pre_diff() 373 x2[get_u8(*t1, 1)] ^ in aria_sbox_layer2_with_pre_diff() 374 s1[get_u8(*t1, 2)] ^ in aria_sbox_layer2_with_pre_diff() 375 s2[get_u8(*t1, 3)]; in aria_sbox_layer2_with_pre_diff() [all …]
|
| /include/net/netfilter/ |
| D | nf_conntrack_tuple.h | 127 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, 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() 135 static inline bool __nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, 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() 143 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, in nf_ct_tuple_equal() argument 146 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal() [all …]
|
| /include/soc/arc/ |
| D | timers.h | 29 unsigned int pad2:15, rtsc:1, pad1:5, rtc:1, t1:1, t0:1, ver:8; member 31 unsigned int ver:8, t0:1, t1:1, rtc:1, pad1:5, rtsc:1, pad2:15;
|
| /include/uapi/linux/ |
| D | ax25.h | 91 unsigned int t1, t1timer; member 101 unsigned int t1, t1timer; member
|
| D | gsmmux.h | 50 unsigned int t1; member
|
| /include/uapi/linux/hdlc/ |
| D | ioctl.h | 86 unsigned int t1; /* timeout t1 */ member
|
| /include/linux/ |
| D | lapb.h | 42 unsigned int t1; member
|
| D | btf.h | 286 static inline bool btf_kind_core_compat(const struct btf_type *t1, 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 | ax25.h | 249 unsigned long t1, t2, t3, idle, rtt; member
|
| D | tcp.h | 899 static inline u32 tcp_stamp_us_delta(u64 t1, u64 t0) in tcp_stamp_us_delta() argument 901 return max_t(s64, t1 - t0, 0); in tcp_stamp_us_delta() 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 | 50 u8 t1; member
|