tag | line | file | source code |
ip_fw | 54 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
ip_fw | 191 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_in_chain; |
ip_fw | 192 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_out_chain; |
ip_fw | 193 | include/linux/ip_fw.h | extern struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 200 | include/linux/ip_fw.h | extern struct ip_fw *ip_acct_chain; |
ip_fw | 201 | include/linux/ip_fw.h | extern void ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *); |
ip_fw | 206 | include/linux/ip_fw.h | extern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int); |
ip_fw | 132 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_fwd_chain; |
ip_fw | 133 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_in_chain; |
ip_fw | 134 | net/ipv4/ip_fw.c | struct ip_fw *ip_fw_out_chain; |
ip_fw | 135 | net/ipv4/ip_fw.c | struct ip_fw *ip_acct_chain; |
ip_fw | 137 | net/ipv4/ip_fw.c | static struct ip_fw **chains[] = |
ip_fw | 201 | 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 | 203 | net/ipv4/ip_fw.c | struct ip_fw *f; |
ip_fw | 1021 | net/ipv4/ip_fw.c | static void zero_fw_chain(struct ip_fw *chainptr) |
ip_fw | 1023 | net/ipv4/ip_fw.c | struct ip_fw *ctmp=chainptr; |
ip_fw | 1032 | net/ipv4/ip_fw.c | static void free_fw_chain(struct ip_fw *volatile* chainptr) |
ip_fw | 1039 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 1049 | net/ipv4/ip_fw.c | static int insert_in_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl,int len) |
ip_fw | 1051 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 1056 | net/ipv4/ip_fw.c | ftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC ); |
ip_fw | 1079 | net/ipv4/ip_fw.c | static int append_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl,int len) |
ip_fw | 1081 | net/ipv4/ip_fw.c | struct ip_fw *ftmp; |
ip_fw | 1082 | net/ipv4/ip_fw.c | struct ip_fw *chtmp=NULL; |
ip_fw | 1083 | net/ipv4/ip_fw.c | struct ip_fw *volatile chtmp_prev=NULL; |
ip_fw | 1088 | net/ipv4/ip_fw.c | ftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC ); |
ip_fw | 1119 | net/ipv4/ip_fw.c | static int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl) |
ip_fw | 1121 | net/ipv4/ip_fw.c | struct ip_fw *ftmp,*ltmp; |
ip_fw | 1195 | net/ipv4/ip_fw.c | struct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len) |
ip_fw | 1198 | net/ipv4/ip_fw.c | if ( len != sizeof(struct ip_fw) ) |
ip_fw | 1201 | net/ipv4/ip_fw.c | printk("ip_fw_ctl: len=%d, want %d\n",len, sizeof(struct ip_fw)); |
ip_fw | 1251 | net/ipv4/ip_fw.c | void ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f) |
ip_fw | 1273 | net/ipv4/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 1378 | net/ipv4/ip_fw.c | struct ip_fw *frwl; |
ip_fw | 1418 | net/ipv4/ip_fw.c | struct ip_fw *i; |
ip_fw | 116 | net/ipv4/ip_sockglue.c | struct ip_fw tmp_fw; |