Home
last modified time | relevance | path

Searched refs:ehead (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dx_tables.h174 #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 Dx_tables.h172 #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 Dx_tables.h172 #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 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()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsgiarcs.h318 unsigned char ehead, esect, ecyl; /* unused */ member