tag | line | file | source code |
ip_fw | 50 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
ip_fw | 154 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_blk_chain; |
ip_fw | 155 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 161 | include/linux/ip_fw.h | extern struct ip_fw *ip_acct_chain; |
ip_fw | 162 | include/linux/ip_fw.h | extern void ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *); |
ip_fw | 171 | include/linux/ip_fw.h | extern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int); |
ip_fw | 2093 | net/ipv4/ip.c | struct ip_fw tmp_fw; |
ip_fw | 121 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 122 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_blk_chain; |
ip_fw | 127 | net/ipv4/ip_fw.c | struct ip_fw *ip_acct_chain; |
ip_fw | 186 | net/ipv4/ip_fw.c | int ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt) |
ip_fw | 188 | net/ipv4/ip_fw.c | struct ip_fw *f; |
ip_fw | 928 | net/ipv4/ip_fw.c | static void zero_fw_chain(struct ip_fw *chainptr) |
ip_fw | 930 | net/ipv4/ip_fw.c | struct ip_fw *ctmp=chainptr; |
ip_fw | 939 | net/ipv4/ip_fw.c | static void free_fw_chain(struct ip_fw *volatile* chainptr) |
ip_fw | 946 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 956 | net/ipv4/ip_fw.c | static int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl) |
ip_fw | 958 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 959 | net/ipv4/ip_fw.c | struct ip_fw *chtmp=NULL; |
ip_fw | 960 | net/ipv4/ip_fw.c | struct ip_fw *volatile chtmp_prev=NULL; |
ip_fw | 971 | net/ipv4/ip_fw.c | ftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC ); |
ip_fw | 980 | net/ipv4/ip_fw.c | memcpy(ftmp, frwl, sizeof( struct ip_fw ) ); |
ip_fw | 1141 | net/ipv4/ip_fw.c | static int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl) |
ip_fw | 1143 | net/ipv4/ip_fw.c | struct ip_fw *ftmp,*ltmp; |
ip_fw | 1217 | net/ipv4/ip_fw.c | struct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len) |
ip_fw | 1220 | net/ipv4/ip_fw.c | if ( len != sizeof(struct ip_fw) ) |
ip_fw | 1223 | net/ipv4/ip_fw.c | printk("ip_fw_ctl: len=%d, want %d\n",len, sizeof(struct ip_fw)); |
ip_fw | 1273 | net/ipv4/ip_fw.c | void ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f) |
ip_fw | 1296 | net/ipv4/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 1415 | net/ipv4/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 1454 | net/ipv4/ip_fw.c | struct ip_fw *i; |