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