tag | line | file | source code |
---|---|---|---|
rif | 193 | include/linux/ip_fw.h | extern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int); |
rif | 200 | net/ipv4/ip_fw.c | int ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt) |
rif | 367 | net/ipv4/ip_fw.c | if(f->fw_via.s_addr && rif) |
rif | 369 | net/ipv4/ip_fw.c | if(rif->pa_addr!=f->fw_via.s_addr) |
rif | 378 | net/ipv4/ip_fw.c | if(rif!=f->fw_viadev) |
rif | 452 | net/ipv4/ip_fw.c | if (rif) |
rif | 453 | net/ipv4/ip_fw.c | printk("%s ", rif->name); |