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
126 struct xt_entry_match *__m; \
171 /* can only be xt_entry_match, so no use of typeof here */
173 for ((pos) = (struct xt_entry_match *)entry->elems; \
174 (pos) < (struct xt_entry_match *)((char *)(entry) + \
176 (pos) = (struct xt_entry_match *)((char *)(pos) + \
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h7 struct xt_entry_match struct

Completed in 300 milliseconds