| tag | line | file | source code |
| firewall_ops | 16 | include/linux/firewall.h | struct firewall_ops *next; |
| firewall_ops | 17 | include/linux/firewall.h | int (*fw_forward)(struct firewall_ops *this, int pf, |
| firewall_ops | 19 | include/linux/firewall.h | int (*fw_input)(struct firewall_ops *this, int pf, |
| firewall_ops | 21 | include/linux/firewall.h | int (*fw_output)(struct firewall_ops *this, int pf, |
| firewall_ops | 32 | include/linux/firewall.h | extern int register_firewall(int pf, struct firewall_ops *fw); |
| firewall_ops | 33 | include/linux/firewall.h | extern int unregister_firewall(int pf, struct firewall_ops *fw); |
| firewall_ops | 14 | net/core/firewall.c | static struct firewall_ops *firewall_chain[NPROTO]; |
| firewall_ops | 20 | net/core/firewall.c | int register_firewall(int pf, struct firewall_ops *fw) |
| firewall_ops | 22 | net/core/firewall.c | struct firewall_ops **p; |
| firewall_ops | 69 | net/core/firewall.c | int unregister_firewall(int pf, struct firewall_ops *fw) |
| firewall_ops | 71 | net/core/firewall.c | struct firewall_ops **nl; |
| firewall_ops | 90 | net/core/firewall.c | struct firewall_ops *f=fw->next; |
| firewall_ops | 103 | net/core/firewall.c | struct firewall_ops *fw=firewall_chain[pf]; |
| firewall_ops | 121 | net/core/firewall.c | struct firewall_ops *fw=firewall_chain[pf]; |
| firewall_ops | 135 | net/core/firewall.c | struct firewall_ops *fw=firewall_chain[pf]; |
| firewall_ops | 1069 | net/ipv4/ip_fw.c | int ipfw_input_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr) |
| firewall_ops | 1074 | net/ipv4/ip_fw.c | int ipfw_output_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr) |
| firewall_ops | 1079 | net/ipv4/ip_fw.c | int ipfw_forward_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr) |
| firewall_ops | 1084 | net/ipv4/ip_fw.c | struct firewall_ops ipfw_ops= |