Home
last modified time | relevance | path

Searched refs:ip_fw (Results 1 – 17 of 17) sorted by relevance

/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_basic.h93 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
95 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
97 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
99 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
101 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
103 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
105 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
107 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
109 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
111 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
[all …]
H A Dip_fw3_basic.c104 static struct ip_fw *
105 lookup_next_rule(struct ip_fw *me) in lookup_next_rule()
107 struct ip_fw *rule = NULL; in lookup_next_rule()
166 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_count()
176 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_skipto()
189 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_forward()
237 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_in()
245 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_out()
253 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_via()
263 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_proto()
[all …]
H A Dip_fw3_state.h62 struct ip_fw *stub;
91 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
93 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
96 void ip_fw3_state_flush(struct ip_fw *rule);
H A Dip_fw3_state.c154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_check_state()
238 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_keep_state()
406 ip_fw3_state_flush(struct ip_fw *rule) in ip_fw3_state_flush()
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.h260 struct ip_fw { struct
261 struct ip_fw *next; /* linked list of rules */ argument
278 #define LEN_FW3 sizeof(struct ip_fw) argument
328 struct ip_fw *rule; /* matching rule */
483 struct ip_fw *rules; /* rules*/
484 struct ip_fw *default_rule; /* default rule*/
528 struct ip_fw **f,ipfw_insn *cmd, uint16_t ip_len);
531 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
541 int ip_fw3_free_rule(struct ip_fw *rule);
547 struct ip_fw *prev, struct ip_fw *rule);
[all …]
H A Dip_fw3.c105 struct ip_fw *rule;
106 struct ip_fw *next_rule;
113 struct ip_fw *rule;
192 struct ip_fw *fw; in ip_fw3_unregister_module()
287 static struct ip_fw *
706 struct ip_fw *f; in ip_fw3_add_rule()
756 struct ip_fw *
758 struct ip_fw *prev, struct ip_fw *rule) in ip_fw3_delete_rule()
880 struct ip_fw *rule; in ip_fw3_zero_entry_dispatch()
921 struct ip_fw *rule; in ip_fw3_ctl_zero_entry()
[all …]
H A Dip_fw3_set.c89 struct ip_fw *rule; in move_set_dispatch()
124 struct ip_fw *rule; in move_rule_dispatch()
158 struct ip_fw *rule; in set_swap_dispatch()
222 struct ip_fw *prev, *rule; in set_flush_dispatch()
/dragonfly/sys/net/ipfw3_layer2/
H A Dip_fw3_layer2.h43 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
45 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
47 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
49 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
51 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
53 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
H A Dip_fw3_layer2.c67 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_layer2()
75 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac()
93 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_from()
111 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_from_lookup()
136 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_to()
154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_to_lookup()
/dragonfly/sys/net/ipfw3_layer4/
H A Dip_fw3_layer4.c78 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
81 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
84 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
87 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
90 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
145 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_tcpflag()
154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_uid()
163 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_gid()
174 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_established()
195 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_bpf()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.h323 struct ip_fw { struct
324 struct ip_fw *next; /* linked list of rules */ argument
325 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument
338 struct ip_fw *sibling; /* clone on next cpu */ argument
340 struct ip_fw **cross_rules; /* cross referenced rules */ argument
357 #define RULESIZE(rule) (sizeof(struct ip_fw) + (rule)->cmd_len * 4 - 4) argument
392 struct ip_fw *rule; /* matching rule */
H A Dip_fw2.c4466 struct ip_fw *rule; in ipfw_flush_rule_ptrs()
4511 struct ip_fw *rule; in ipfw_create_rule()
4535 struct ip_fw *rule; in ipfw_add_rule_dispatch()
4713 struct ip_fw *prev, struct ip_fw *rule) in ipfw_delete_rule()
4715 struct ip_fw *n; in ipfw_delete_rule()
4756 struct ip_fw *rule; in ipfw_flush_dispatch()
4979 struct ip_fw *rule; in ipfw_alt_delete_ruleset()
5013 struct ip_fw *rule; in ipfw_alt_move_rule_dispatch()
5039 struct ip_fw *rule; in ipfw_alt_move_rule()
5073 struct ip_fw *rule; in ipfw_alt_move_ruleset_dispatch()
[all …]
/dragonfly/sys/netgraph7/
H A Dng_ipfw.h41 struct ip_fw *rule; /* matching rule */
/dragonfly/sys/net/ipfw3_nat/
H A Dip_fw3_nat.h163 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
H A Dip_fw3_nat.c144 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_nat()
/dragonfly/sys/net/
H A Dif_ethersubr.c134 struct ip_fw **rule,
438 struct ip_fw *rule = NULL; in ether_output_frame()
498 ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst, struct ip_fw **rule, in ether_ipfw_chk()
990 struct ip_fw *rule = NULL; in ether_demux_oncpu()
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.c77 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
79 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len);
83 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_pipe()
93 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_queue()