Searched refs:load_proto (Results 1 – 6 of 6) sorted by relevance
86 extern struct xtables_match *load_proto(struct iptables_command_state *);
108 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto() function145 m = load_proto(cs); in command_default()
889 def load_proto(self): member in Unpickler893 dispatch[PROTO] = load_proto
1101 def load_proto(self): member in _Unpickler1106 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()
6350 load_proto(UnpicklerObject *self) in load_proto() function6480 OP(PROTO, load_proto) in load()