Searched refs:load_proto (Results 1 – 6 of 6) sorted by relevance
158 extern struct xtables_match *load_proto(struct iptables_command_state *);
109 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto() function146 m = load_proto(cs); in command_default()
889 def load_proto(self): member in Unpickler893 dispatch[PROTO] = load_proto
1228 def load_proto(self): member in _Unpickler1233 dispatch[PROTO[0]] = load_proto
4703 load_proto(Unpicklerobject *self) in load_proto() function4988 if (load_proto(self) < 0) in load()5406 if (load_proto(self) < 0) in noload()
6849 load_proto(UnpicklerObject *self) in load_proto() function6982 OP(PROTO, load_proto) in load()