Home | History | Annotate | Download | only in extensions

Lines Matching refs:pnum

145 check_proto(uint16_t pnum, uint8_t invflags)
153 if ((proto = proto_to_name(pnum)) != NULL)
155 else if (!pnum)
164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum,
173 proto = check_proto(pnum, invflags);
179 proto = check_proto(pnum, invflags);
185 proto = check_proto(pnum, invflags);
210 static void __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum,
219 proto = check_proto(pnum, invflags);
224 proto = check_proto(pnum, invflags);
229 proto = check_proto(pnum, invflags);