/linux-4.1.27/include/linux/ |
D | igmp.h | 78 struct in_device *interface; 112 extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u16 proto); 125 extern void ip_mc_init_dev(struct in_device *); 126 extern void ip_mc_destroy_dev(struct in_device *); 127 extern void ip_mc_up(struct in_device *); 128 extern void ip_mc_down(struct in_device *); 129 extern void ip_mc_unmap(struct in_device *); 130 extern void ip_mc_remap(struct in_device *); 131 extern void ip_mc_dec_group(struct in_device *in_dev, __be32 addr); 132 extern void ip_mc_inc_group(struct in_device *in_dev, __be32 addr);
|
D | inetdevice.h | 23 struct in_device { struct 53 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument 59 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set() 67 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall() 132 struct in_device *ifa_dev; 162 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b); 165 struct in_device *inetdev_by_index(struct net *, int); 167 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, 169 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, 200 static inline struct in_device *__in_dev_get_rcu(const struct net_device *dev) in __in_dev_get_rcu() [all …]
|
D | netdevice.h | 1624 struct in_device __rcu *ip_ptr;
|
/linux-4.1.27/net/ipv4/ |
D | igmp.c | 144 static int unsolicited_report_interval(struct in_device *in_dev) in unsolicited_report_interval() 167 static void igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im); 168 static void igmpv3_del_delrec(struct in_device *in_dev, __be32 multiaddr); 169 static void igmpv3_clear_delrec(struct in_device *in_dev); 174 static int ip_mc_add_src(struct in_device *in_dev, __be32 *pmca, int sfmode, 222 static void igmp_gq_start_timer(struct in_device *in_dev) in igmp_gq_start_timer() 231 static void igmp_ifc_start_timer(struct in_device *in_dev, int delay) in igmp_ifc_start_timer() 538 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc) in igmpv3_send_report() 592 static void igmpv3_send_cr(struct in_device *in_dev) in igmpv3_send_cr() 665 static int igmp_send_report(struct in_device *in_dev, struct ip_mc_list *pmc, in igmp_send_report() [all …]
|
D | devinet.c | 180 static void inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, 183 static int devinet_sysctl_register(struct in_device *idev); 184 static void devinet_sysctl_unregister(struct in_device *idev); 186 static int devinet_sysctl_register(struct in_device *idev) in devinet_sysctl_register() 190 static void devinet_sysctl_unregister(struct in_device *idev) in devinet_sysctl_unregister() 215 void in_dev_finish_destroy(struct in_device *idev) in in_dev_finish_destroy() 233 static struct in_device *inetdev_init(struct net_device *dev) in inetdev_init() 235 struct in_device *in_dev; in inetdev_init() 280 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_rcu_put() 284 static void inetdev_destroy(struct in_device *in_dev) in inetdev_destroy() [all …]
|
D | arp.c | 226 struct in_device *in_dev; in arp_constructor() 301 struct in_device *in_dev; in arp_solicit() 353 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() 410 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy() 413 struct in_device *out_dev; in arp_fwd_proxy() 455 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan() 632 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process()
|
D | fib_frontend.c | 257 struct in_device *in_dev; in fib_compute_spec_dst() 302 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source() 378 struct in_device *idev, u32 *itag) in fib_validate_source() 482 struct in_device *in_dev = __in_dev_get_rtnl(dev); in rtentry_to_fib_config() 800 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() 846 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() 1108 struct in_device *in_dev; in fib_netdev_event()
|
D | route.c | 709 struct in_device *in_dev; in __ip_do_redirect() 836 struct in_device *in_dev; in ip_rt_send_redirect() 898 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in ip_error() 1449 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() 1518 struct in_device *in_dev, in ip_handle_martian_source() 1575 struct in_device *in_dev, in __mkroute_input() 1581 struct in_device *out_dev; in __mkroute_input() 1679 struct in_device *in_dev, in ip_mkroute_input() 1706 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_slow() 1904 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_noref() [all …]
|
D | ip_input.c | 289 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_options()
|
D | ipmr.c | 403 struct in_device *in_dev; in ipmr_new_tunnel() 504 struct in_device *in_dev; in ipmr_reg_vif() 563 struct in_device *in_dev; in vif_delete() 727 struct in_device *in_dev; in vif_add()
|
D | ip_gre.c | 439 struct in_device *in_dev; in ipgre_close()
|
D | fib_semantics.c | 641 struct in_device *in_dev; in fib_check_nh()
|
D | udp.c | 1977 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in udp_v4_early_demux()
|
/linux-4.1.27/fs/afs/ |
D | netdevices.c | 44 struct in_device *idev; in afs_get_ipv4_interfaces()
|
/linux-4.1.27/include/rdma/ |
D | ib_addr.h | 182 struct in_device *ip4; in iboe_addr_get_sgid() 186 ip4 = (struct in_device *)dev->ip_ptr; in iboe_addr_get_sgid()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_broadcast.c | 31 struct in_device *in_dev; in nf_conntrack_broadcast_help()
|
D | nf_nat_redirect.c | 51 struct in_device *indev; in nf_nat_redirect_ipv4()
|
D | xt_osf.c | 170 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in xt_osf_ttl()
|
D | xt_TPROXY.c | 66 struct in_device *indev; in tproxy_laddr4()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.h | 165 struct in_device *ind; in is_rnic_addr()
|
D | c2_provider.c | 643 struct in_device *ind; in c2_pseudo_up() 668 struct in_device *ind; in c2_pseudo_down()
|
D | c2.c | 591 struct in_device *in_dev; in c2_up()
|
/linux-4.1.27/include/net/ |
D | route.h | 108 struct in_device; 193 void ip_rt_multicast_event(struct in_device *);
|
D | ip_fib.h | 291 struct in_device *idev, u32 *itag);
|
D | bonding.h | 505 struct in_device *in_dev; in bond_confirm_addr()
|
/linux-4.1.27/arch/um/drivers/ |
D | net_kern.c | 784 struct in_device *ip; in inet_register() 846 struct in_device *ip = dev->ip_ptr; in iter_addresses() 863 struct in_device *ip = dev->ip_ptr; in dev_netmask()
|
/linux-4.1.27/drivers/isdn/hysdn/ |
D | hysdn_net.c | 62 struct in_device *in_dev; in net_open()
|
/linux-4.1.27/arch/ia64/hp/sim/ |
D | simeth.c | 273 struct in_device *in_dev; in simeth_device_event()
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_cisco.c | 160 struct in_device *in_dev; in cisco_rx()
|
/linux-4.1.27/drivers/parisc/ |
D | led.c | 369 struct in_device *in_dev = __in_dev_get_rcu(dev); in led_get_net_activity()
|
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 997 const struct in_device *in_dev; in plip_rewrite_address() 1054 struct in_device *in_dev; in plip_open()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_ib_main.c | 396 in = ((struct in_device *)(netdev->ip_ptr))->ifa_list; in usnic_ib_device_add()
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 405 struct in_device *in_dev; in ocrdma_init_ipv4_gids()
|
/linux-4.1.27/drivers/s390/net/ |
D | lcs.c | 1173 lcs_remove_mc_addresses(struct lcs_card *card, struct in_device *in4_dev) in lcs_remove_mc_addresses() 1222 lcs_set_mc_addresses(struct lcs_card *card, struct in_device *in4_dev) in lcs_set_mc_addresses() 1257 struct in_device *in4_dev; in lcs_register_mc_addresses()
|
D | qeth_l3_main.c | 1644 static void qeth_l3_add_mc(struct qeth_card *card, struct in_device *in4_dev) in qeth_l3_add_mc() 1668 struct in_device *in_dev; in qeth_l3_add_vlan_mc() 1692 struct in_device *in4_dev; in qeth_l3_add_multicast_ipv4() 1778 struct in_device *in_dev; in qeth_l3_free_vlan_addresses4()
|
/linux-4.1.27/net/core/ |
D | netpoll.c | 652 struct in_device *in_dev; in netpoll_setup()
|
D | pktgen.c | 2153 struct in_device *in_dev; in pktgen_setup_inject()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 344 struct in_device *inetdev; in c4iw_query_port()
|
D | cm.c | 2928 struct in_device *ind; in pick_local_ipaddrs()
|
/linux-4.1.27/net/atm/ |
D | clip.c | 578 struct in_device *in_dev; in clip_inet_event()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-velocity.h | 1514 struct in_device *in_dev; in velocity_get_ip()
|
/linux-4.1.27/net/bridge/ |
D | br_netfilter.c | 413 struct in_device *in_dev = __in_dev_get_rcu(dev); in br_nf_pre_routing_finish()
|
/linux-4.1.27/net/mac80211/ |
D | main.c | 303 struct in_device *idev; in ieee80211_ifa_changed()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes.c | 196 ((struct in_device *)upper_dev->ip_ptr)->ifa_list->ifa_address; in nes_inetaddr_event()
|
/linux-4.1.27/net/sctp/ |
D | protocol.c | 139 struct in_device *in_dev; in sctp_v4_copy_addrlist()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.c | 234 struct in_device *in_dev; in isdn_net_open() 1636 struct in_device *in_dev = NULL; in isdn_net_ciscohdlck_slarp_send_reply()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1186 struct in_device *inetdev; in iwch_query_port()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 2773 struct in_device *in_dev; in mwifiex_set_auto_arp_mef_entry()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 3290 struct in_device *indev; in netxen_config_indev_addr()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 2120 struct in_device *in_dev; in ath6kl_wow_suspend_vif()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 3200 struct in_device *in_dev; in vmxnet3_suspend()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | main.c | 1819 struct in_device *in_dev; in mlx4_ib_get_dev_addr()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 4152 struct in_device *indev; in qlcnic_config_indev_addr()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 2783 struct in_device *in_dev = __in_dev_get_rtnl(dev); in sit_add_v4_addrs()
|