tag | line | file | source code |
ip_fw | 41 | include/linux/ip_fw.h | struct ip_fw *next; /* Next firewall on chain */ |
ip_fw | 111 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_blk_chain; |
ip_fw | 112 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 114 | include/linux/ip_fw.h | extern int ip_fw_chk(struct iphdr *, struct ip_fw *); |
ip_fw | 118 | include/linux/ip_fw.h | extern struct ip_fw *ip_acct_chain; |
ip_fw | 119 | include/linux/ip_fw.h | extern void ip_acct_cnt(struct iphdr *, struct ip_fw *, int); |
ip_fw | 2040 | net/inet/ip.c | struct ip_fw tmp_fw; |
ip_fw | 56 | net/inet/ip_fw.c | struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 57 | net/inet/ip_fw.c | struct ip_fw *ip_fw_blk_chain; |
ip_fw | 61 | net/inet/ip_fw.c | struct ip_fw *ip_acct_chain; |
ip_fw | 109 | net/inet/ip_fw.c | int ip_fw_chk(struct iphdr *ip, struct ip_fw *chain) |
ip_fw | 114 | net/inet/ip_fw.c | struct ip_fw *f; |
ip_fw | 305 | net/inet/ip_fw.c | void ip_acct_cnt(struct iphdr *ip,struct ip_fw *chain,int nh_conv) |
ip_fw | 310 | net/inet/ip_fw.c | struct ip_fw *f; |
ip_fw | 425 | net/inet/ip_fw.c | static void zero_fw_chain(struct ip_fw *chainptr) |
ip_fw | 427 | net/inet/ip_fw.c | struct ip_fw *ctmp=chainptr; |
ip_fw | 440 | net/inet/ip_fw.c | static void free_fw_chain(struct ip_fw *volatile* chainptr) |
ip_fw | 447 | net/inet/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 457 | net/inet/ip_fw.c | static int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl) |
ip_fw | 459 | net/inet/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 460 | net/inet/ip_fw.c | struct ip_fw *chtmp=NULL; |
ip_fw | 461 | net/inet/ip_fw.c | struct ip_fw *volatile chtmp_prev=NULL; |
ip_fw | 472 | net/inet/ip_fw.c | ftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC ); |
ip_fw | 481 | net/inet/ip_fw.c | memcpy(ftmp, frwl, sizeof( struct ip_fw ) ); |
ip_fw | 637 | net/inet/ip_fw.c | static int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl) |
ip_fw | 639 | net/inet/ip_fw.c | struct ip_fw *ftmp,*ltmp; |
ip_fw | 712 | net/inet/ip_fw.c | struct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len) |
ip_fw | 715 | net/inet/ip_fw.c | if ( len != sizeof(struct ip_fw) ) |
ip_fw | 719 | net/inet/ip_fw.c | sizeof(struct ip_fw)); |
ip_fw | 783 | net/inet/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 874 | net/inet/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 909 | net/inet/ip_fw.c | static int ip_chain_procinfo(struct ip_fw *chain, char *buffer, char **start, off_t offset, int length) |
ip_fw | 912 | net/inet/ip_fw.c | struct ip_fw *i; |