Searched refs:ehead (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | x_tables.h | 174 #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 D | x_tables.h | 174 #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 D | x_tables.h | 100 #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 D | x_tables.h | 100 #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 D | x_tables.h | 131 #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 D | inet_timewait_sock.c | 106 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 D | inet_timewait_sock.c | 119 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 D | sgiarcs.h | 318 unsigned char ehead, esect, ecyl; /* unused */ member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | sgiarcs.h | 318 unsigned char ehead, esect, ecyl; /* unused */ member
|
Completed in 5 milliseconds