Searched refs:load_proto (Results 1 – 6 of 6) sorted by relevance
153 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
1226 def load_proto(self): member in _Unpickler1231 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()
6786 load_proto(UnpicklerObject *self) in load_proto() function6919 OP(PROTO, load_proto) in load()