Home | History | Annotate | Download | only in iptables

Lines Matching refs:ipt_entry_match

527 print_match(const struct ipt_entry_match
774 size += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
785 XT_ALIGN(sizeof(struct ipt_entry_match))
787 mptr += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
1047 static int print_match_save(const struct ipt_entry_match *e,
1342 size = XT_ALIGN(sizeof(struct ipt_entry_match)) + m->size;