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

/external/ltp/testcases/cve/
H A Dcve-2016-4997.c45 + sizeof(struct xt_entry_match) \
50 struct xt_entry_match { struct
88 struct xt_entry_match match;
/external/iproute2/include/uapi/linux/netfilter/
H A Dx_tables.h11 struct xt_entry_match { struct
132 struct xt_entry_match *__m; \
177 /* can only be xt_entry_match, so no use of typeof here */
179 for ((pos) = (struct xt_entry_match *)entry->elems; \
180 (pos) < (struct xt_entry_match *)((char *)(entry) + \
182 (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.h11 struct xt_entry_match { struct
133 struct xt_entry_match *__m; \
179 /* can only be xt_entry_match, so no use of typeof here */
181 for ((pos) = (struct xt_entry_match *)entry->elems; \
182 (pos) < (struct xt_entry_match *)((char *)(entry) + \
184 (pos) = (struct xt_entry_match *)((char *)(pos) + \

Completed in 647 milliseconds