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