Searched defs:xt_entry_match (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/linux/netfilter/
H A Dx_tables.h10 struct xt_entry_match { struct
131 struct xt_entry_match *__m; \
176 /* can only be xt_entry_match, so no use of typeof here */
178 for ((pos) = (struct xt_entry_match *)entry->elems; \
179 (pos) < (struct xt_entry_match *)((char *)(entry) + \
181 (pos) = (struct xt_entry_match *)((char *)(pos) + \
/external/iptables/include/linux/netfilter/
H A Dx_tables.h10 struct xt_entry_match { struct
131 struct xt_entry_match *__m; \
176 /* can only be xt_entry_match, so no use of typeof here */
178 for ((pos) = (struct xt_entry_match *)entry->elems; \
179 (pos) < (struct xt_entry_match *)((char *)(entry) + \
181 (pos) = (struct xt_entry_match *)((char *)(pos) + \
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dx_tables.h10 struct xt_entry_match { struct
132 struct xt_entry_match *__m; \
178 /* can only be xt_entry_match, so no use of typeof here */
180 for ((pos) = (struct xt_entry_match *)entry->elems; \
181 (pos) < (struct xt_entry_match *)((char *)(entry) + \
183 (pos) = (struct xt_entry_match *)((char *)(pos) + \

Completed in 279 milliseconds