tag | line | file | source code |
---|---|---|---|
rif | 168 | include/linux/ip_fw.h | extern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int); |
rif | 189 | net/ipv4/ip_fw.c | int ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt) |
rif | 353 | net/ipv4/ip_fw.c | if(f->fw_via.s_addr && rif) |
rif | 355 | net/ipv4/ip_fw.c | if(rif->pa_addr!=f->fw_via.s_addr) |