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