Searched refs:ehead (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | x_tables.h | 174 #define xt_entry_foreach(pos, ehead, esize) \ argument 175 for ((pos) = (typeof(pos))(ehead); \ 176 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ |
| H A D | x_tables.h | 172 #define xt_entry_foreach(pos, ehead, esize) \ argument 173 for ((pos) = (typeof(pos))(ehead); \ 174 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ |
| H A D | x_tables.h | 172 #define xt_entry_foreach(pos, ehead, esize) \ argument 173 for ((pos) = (typeof(pos))(ehead); \ 174 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | sgiarcs.h | 318 unsigned char ehead, esect, ecyl; /* unused */ member
|