Home | History | Annotate | Download | only in iptables

Lines Matching refs:XT_ALIGN

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))
1311 size = XT_ALIGN(sizeof(struct ipt_entry_target))
1342 size = XT_ALIGN(sizeof(struct ipt_entry_match)) + m->size;