tag | line | file | source code |
ip_fw | 47 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
ip_fw | 124 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_blk_chain; |
ip_fw | 125 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 131 | include/linux/ip_fw.h | extern struct ip_fw *ip_acct_chain; |
ip_fw | 132 | include/linux/ip_fw.h | extern int ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *); |
ip_fw | 135 | include/linux/ip_fw.h | extern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int); |
ip_fw | 2049 | net/inet/ip.c | struct ip_fw tmp_fw; |
ip_fw | 91 | net/inet/ip_fw.c | struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 92 | net/inet/ip_fw.c | struct ip_fw *ip_fw_blk_chain; |
ip_fw | 97 | net/inet/ip_fw.c | struct ip_fw *ip_acct_chain; |
ip_fw | 141 | net/inet/ip_fw.c | int ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy) |
ip_fw | 143 | net/inet/ip_fw.c | struct ip_fw *f; |
ip_fw | 348 | net/inet/ip_fw.c | static void zero_fw_chain(struct ip_fw *chainptr) |
ip_fw | 350 | net/inet/ip_fw.c | struct ip_fw *ctmp=chainptr; |
ip_fw | 359 | net/inet/ip_fw.c | static void free_fw_chain(struct ip_fw *volatile* chainptr) |
ip_fw | 366 | net/inet/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 376 | net/inet/ip_fw.c | static int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl) |
ip_fw | 378 | net/inet/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 379 | net/inet/ip_fw.c | struct ip_fw *chtmp=NULL; |
ip_fw | 380 | net/inet/ip_fw.c | struct ip_fw *volatile chtmp_prev=NULL; |
ip_fw | 391 | net/inet/ip_fw.c | ftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC ); |
ip_fw | 400 | net/inet/ip_fw.c | memcpy(ftmp, frwl, sizeof( struct ip_fw ) ); |
ip_fw | 557 | net/inet/ip_fw.c | static int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl) |
ip_fw | 559 | net/inet/ip_fw.c | struct ip_fw *ftmp,*ltmp; |
ip_fw | 633 | net/inet/ip_fw.c | struct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len) |
ip_fw | 636 | net/inet/ip_fw.c | if ( len != sizeof(struct ip_fw) ) |
ip_fw | 640 | net/inet/ip_fw.c | sizeof(struct ip_fw)); |
ip_fw | 689 | net/inet/ip_fw.c | int ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f) |
ip_fw | 710 | net/inet/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 820 | net/inet/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 859 | net/inet/ip_fw.c | struct ip_fw *i; |