Searched refs:t1 (Results 1 – 12 of 12) sorted by relevance
/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 157 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, in __nf_ct_tuple_src_equal() argument 160 return (nf_inet_addr_cmp(&t1->src.u3, &t2->src.u3) && in __nf_ct_tuple_src_equal() 161 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 162 t1->src.l3num == t2->src.l3num); in __nf_ct_tuple_src_equal() 165 static inline bool __nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, in __nf_ct_tuple_dst_equal() argument 168 return (nf_inet_addr_cmp(&t1->dst.u3, &t2->dst.u3) && in __nf_ct_tuple_dst_equal() 169 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 170 t1->dst.protonum == t2->dst.protonum); in __nf_ct_tuple_dst_equal() 173 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, in nf_ct_tuple_equal() argument 176 return __nf_ct_tuple_src_equal(t1, t2) && in nf_ct_tuple_equal() [all …]
|
/include/linux/ |
D | ax25.h | 90 unsigned int t1, t1timer; member 100 unsigned int t1, t1timer; member
|
D | lapb.h | 36 unsigned int t1; member
|
D | cycx_x25.h | 105 u16 t1; member
|
D | pci_hotplug.h | 216 struct hpp_type1 *t1; /* Type1: NULL if not available */ member
|
D | syscalls.h | 69 #define __SC_DECL1(t1, a1) t1 a1 argument 76 #define __SC_LONG1(t1, a1) long a1 argument 83 #define __SC_CAST1(t1, a1) (t1) a1 argument 91 #define __SC_TEST1(t1, a1) __SC_TEST(t1) argument
|
D | wanrouter.h | 122 unsigned t1; /* HDLC timer T1, sec (1..30) */ member
|
/include/net/ |
D | lapb.h | 91 unsigned short t1, t2; member
|
D | rose.h | 132 unsigned long t1, t2, t3, hb, idle; member
|
D | netrom.h | 75 unsigned long t1, t2, t4, idle; member
|
D | ax25.h | 235 unsigned long t1, t2, t3, idle, rtt; member
|
/include/drm/ |
D | drm_edid.h | 36 u8 t1; member
|