tag | line | file | source code |
ip_fw | 55 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
ip_fw | 185 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_in_chain; |
ip_fw | 186 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_out_chain; |
ip_fw | 187 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 194 | include/linux/ip_fw.h | extern struct ip_fw *ip_acct_chain; |
ip_fw | 195 | include/linux/ip_fw.h | extern void ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *); |
ip_fw | 200 | include/linux/ip_fw.h | extern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int); |
ip_fw | 141 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 142 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_in_chain; |
ip_fw | 143 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_out_chain; |
ip_fw | 144 | net/ipv4/ip_fw.c | struct ip_fw *ip_acct_chain; |
ip_fw | 146 | net/ipv4/ip_fw.c | static struct ip_fw **chains[] = |
ip_fw | 199 | 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 | 201 | net/ipv4/ip_fw.c | struct ip_fw *f; |
ip_fw | 522 | net/ipv4/ip_fw.c | static void zero_fw_chain(struct ip_fw *chainptr) |
ip_fw | 524 | net/ipv4/ip_fw.c | struct ip_fw *ctmp=chainptr; |
ip_fw | 533 | net/ipv4/ip_fw.c | static void free_fw_chain(struct ip_fw *volatile* chainptr) |
ip_fw | 540 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 550 | net/ipv4/ip_fw.c | static int insert_in_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl,int len) |
ip_fw | 552 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 557 | net/ipv4/ip_fw.c | ftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC ); |
ip_fw | 590 | net/ipv4/ip_fw.c | static int append_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl,int len) |
ip_fw | 592 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 593 | net/ipv4/ip_fw.c | struct ip_fw *chtmp=NULL; |
ip_fw | 594 | net/ipv4/ip_fw.c | struct ip_fw *volatile chtmp_prev=NULL; |
ip_fw | 599 | net/ipv4/ip_fw.c | ftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC ); |
ip_fw | 640 | net/ipv4/ip_fw.c | static int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl) |
ip_fw | 642 | net/ipv4/ip_fw.c | struct ip_fw *ftmp,*ltmp; |
ip_fw | 718 | net/ipv4/ip_fw.c | struct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len) |
ip_fw | 721 | net/ipv4/ip_fw.c | if ( len != sizeof(struct ip_fw) ) |
ip_fw | 724 | net/ipv4/ip_fw.c | printk("ip_fw_ctl: len=%d, want %d\n",len, sizeof(struct ip_fw)); |
ip_fw | 774 | net/ipv4/ip_fw.c | void ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f) |
ip_fw | 796 | net/ipv4/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 947 | net/ipv4/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 987 | net/ipv4/ip_fw.c | struct ip_fw *i; |
ip_fw | 1141 | net/ipv4/ip_fw.c | struct ip_fw *fw; |
ip_fw | 117 | net/ipv4/ip_sockglue.c | struct ip_fw tmp_fw; |