OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XT_ALIGN
(Results
151 - 159
of
159
) sorted by null
1
2
3
4
5
6
7
/external/kernel-headers/original/linux/netfilter/
x_tables.h
91
#define
XT_ALIGN
(s) (((s) + (__alignof__(struct _xt_align)-1)) \
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h
318
#define IPT_ALIGN(s)
XT_ALIGN
(s)
/external/iptables/iptables/
ip6tables.c
769
size +=
XT_ALIGN
(sizeof(struct ip6t_entry_match)) + matchp->match->size;
772
+
XT_ALIGN
(sizeof(struct ip6t_entry_target))
780
XT_ALIGN
(sizeof(struct ip6t_entry_match))
782
mptr +=
XT_ALIGN
(sizeof(struct ip6t_entry_match)) + matchp->match->size;
786
XT_ALIGN
(sizeof(struct ip6t_entry_target))
[
all
...]
iptables.c
774
size +=
XT_ALIGN
(sizeof(struct ipt_entry_match)) + matchp->match->size;
777
+
XT_ALIGN
(sizeof(struct ipt_entry_target))
785
XT_ALIGN
(sizeof(struct ipt_entry_match))
787
mptr +=
XT_ALIGN
(sizeof(struct ipt_entry_match)) + matchp->match->size;
791
XT_ALIGN
(sizeof(struct ipt_entry_target))
[
all
...]
xtables.c
889
if (me->size !=
XT_ALIGN
(me->size)) {
988
if (me->size !=
XT_ALIGN
(me->size)) {
[
all
...]
/external/iptables/libiptc/
libip4tc.c
115
#define ALIGN
XT_ALIGN
212
mptr +=
XT_ALIGN
(sizeof(struct ipt_entry_target));
libip6tc.c
110
#define ALIGN
XT_ALIGN
244
mptr +=
XT_ALIGN
(sizeof(struct ip6t_entry_target));
/external/iproute2/tc/
m_xt.c
84
XT_ALIGN
(sizeof (struct xt_entry_target)) + target->size;
m_xt_old.c
176
XT_ALIGN
(sizeof (struct xt_entry_target)) + target->size;
Completed in 122 milliseconds
1
2
3
4
5
6
7