Home
last modified time | relevance | path

Searched refs:ehead (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
H A Dx_tables.h174 #define xt_entry_foreach(pos, ehead, esize) \
175 for ((pos) = (typeof(pos))(ehead); \
176 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
H A Dx_tables.h174 #define xt_entry_foreach(pos, ehead, esize) \
175 for ((pos) = (typeof(pos))(ehead); \
176 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
H A Dx_tables.h100 #define xt_entry_foreach(pos,ehead,esize) for((pos) = (typeof(pos)) (ehead); (pos) < (typeof(pos)) ((char *) (ehead) + (esize)); (pos) = (typeof(pos)) ((char *) (pos) + (pos)->next_offset))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H A Dx_tables.h100 #define xt_entry_foreach(pos,ehead,esize) for((pos) = (typeof(pos)) (ehead); (pos) < (typeof(pos)) ((char *) (ehead) + (esize)); (pos) = (typeof(pos)) ((char *) (pos) + (pos)->next_offset))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H A Dx_tables.h131 #define xt_entry_foreach(pos, ehead, esize) \
132 for ((pos) = (typeof(pos))(ehead); \
133 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_timewait_sock.c106 struct inet_ehash_bucket *ehead = inet_ehash_bucket(hashinfo, sk->sk_hash); in inet_twsk_hashdance() local
123 inet_twsk_add_node_rcu(tw, &ehead->chain); in inet_twsk_hashdance()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_timewait_sock.c119 struct inet_ehash_bucket *ehead = inet_ehash_bucket(hashinfo, sk->sk_hash); in inet_twsk_hashdance() local
147 inet_twsk_add_node_rcu(tw, &ehead->chain); in inet_twsk_hashdance()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dsgiarcs.h318 unsigned char ehead, esect, ecyl; /* unused */ member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsgiarcs.h318 unsigned char ehead, esect, ecyl; /* unused */ member

Completed in 5 milliseconds