OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xt_entry
(Results
1 - 8
of
8
) sorted by null
/external/iptables/include/libiptc/
libxtc.h
13
/*
xt_entry
has pointers and u_int64_t's in it, so if you align to
16
#define XT_MIN_ALIGN (__alignof__(struct
xt_entry
))
/external/iptables/extensions/
libxt_multiport.c
198
const struct ipt_entry *entry = cb->
xt_entry
;
205
const struct ip6t_entry *entry = cb->
xt_entry
;
240
const struct ipt_entry *entry = cb->
xt_entry
;
247
const struct ip6t_entry *entry = cb->
xt_entry
;
libipt_MASQUERADE.c
76
const struct ipt_entry *entry = cb->
xt_entry
;
libipt_REDIRECT.c
77
const struct ipt_entry *entry = cb->
xt_entry
;
libipt_DNAT.c
153
const struct ipt_entry *entry = cb->
xt_entry
;
libipt_SNAT.c
153
const struct ipt_entry *entry = cb->
xt_entry
;
/external/iptables/include/
xtables.h
176
void *
xt_entry
;
member in struct:xt_option_call
/external/iptables/iptables/
xtoptions.c
910
cb.
xt_entry
= fw;
945
cb.
xt_entry
= fw;
Completed in 92 milliseconds