tag | line | file | source code |
---|---|---|---|
ip_dev_find | 222 | include/linux/netdevice.h | extern struct device *ip_dev_find(unsigned long addr); |
ip_dev_find | 444 | net/ipv4/igmp.c | dev=ip_dev_find(saddr); |
ip_dev_find | 476 | net/ipv4/ipmr.c | dev=ip_dev_find(vif.vifc_lcl_addr.s_addr); |