| /Linux-v5.4/include/linux/ | 
| D | inetdevice.h | 57 static inline int ipv4_devconf_get(struct in_device *in_dev, int index)  in ipv4_devconf_get()63 static inline void ipv4_devconf_set(struct in_device *in_dev, int index,  in ipv4_devconf_set()
 71 static inline void ipv4_devconf_setall(struct in_device *in_dev)  in ipv4_devconf_setall()
 76 #define IN_DEV_CONF_GET(in_dev, attr) \  argument
 78 #define IN_DEV_CONF_SET(in_dev, attr, val) \  argument
 81 #define IN_DEV_ANDCONF(in_dev, attr) \  argument
 85 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \  argument
 89 #define IN_DEV_ORCONF(in_dev, attr) \  argument
 92 #define IN_DEV_MAXCONF(in_dev, attr) \  argument
 96 #define IN_DEV_FORWARD(in_dev)		IN_DEV_CONF_GET((in_dev), FORWARDING)  argument
 [all …]
 
 | 
| D | igmp.h | 136 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr)  in ip_mc_dec_group()
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | igmp.c | 124 #define IGMP_V1_SEEN(in_dev) \  argument129 #define IGMP_V2_SEEN(in_dev) \  argument
 135 static int unsolicited_report_interval(struct in_device *in_dev)  in unsolicited_report_interval()
 177 #define for_each_pmc_rcu(in_dev, pmc)				\  argument
 182 #define for_each_pmc_rtnl(in_dev, pmc)				\  argument
 225 static void igmp_gq_start_timer(struct in_device *in_dev)  in igmp_gq_start_timer()
 239 static void igmp_ifc_start_timer(struct in_device *in_dev, int delay)  in igmp_ifc_start_timer()
 334 	struct in_device *in_dev = __in_dev_get_rcu(dev);  in igmpv3_get_srcaddr()  local
 586 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc)  in igmpv3_send_report()
 651 static void igmpv3_send_cr(struct in_device *in_dev)  in igmpv3_send_cr()
 [all …]
 
 | 
| D | devinet.c | 254 	struct in_device *in_dev;  in inetdev_init()  local303 static void inetdev_destroy(struct in_device *in_dev)  in inetdev_destroy()
 330 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b)  in inet_addr_onlink()
 347 static void __inet_del_ifa(struct in_device *in_dev,  in __inet_del_ifa()
 460 static void inet_del_ifa(struct in_device *in_dev,  in inet_del_ifa()
 475 	struct in_device *in_dev = ifa->ifa_dev;  in __inet_insert_ifa()  local
 564 	struct in_device *in_dev = __in_dev_get_rtnl(dev);  in inet_set_ifa()  local
 590 	struct in_device *in_dev = NULL;  in inetdev_by_index()  local
 603 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix,  in inet_ifa_byprefix()
 643 	struct in_device *in_dev;  in inet_rtm_deladdr()  local
 [all …]
 
 | 
| D | arp.c | 224 	struct in_device *in_dev;  in arp_constructor()  local337 	struct in_device *in_dev;  in arp_solicit()  local
 393 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip)  in arp_ignore()
 450 static inline int arp_fwd_proxy(struct in_device *in_dev,  in arp_fwd_proxy()
 495 static inline int arp_fwd_pvlan(struct in_device *in_dev,  in arp_fwd_pvlan()
 678 	struct in_device *in_dev = __in_dev_get_rcu(dev);  in arp_process()  local
 
 | 
| D | fib_frontend.c | 283 	struct in_device *in_dev;  in fib_compute_spec_dst()  local549 			struct in_device *in_dev;  in rtentry_to_fib_config()  local
 1099 	struct in_device *in_dev = ifa->ifa_dev;  in fib_add_ifaddr()  local
 1145 	struct in_device *in_dev = ifa->ifa_dev;  in fib_modify_prefix_metric()  local
 1172 	struct in_device *in_dev = ifa->ifa_dev;  in fib_del_ifaddr()  local
 1455 	struct in_device *in_dev;  in fib_netdev_event()  local
 
 | 
| D | route.c | 742 	struct in_device *in_dev;  in __ip_do_redirect()  local873 	struct in_device *in_dev;  in ip_rt_send_redirect()  local
 941 	struct in_device *in_dev;  in ip_error()  local
 1688 			  struct in_device *in_dev, u32 *itag)  in ip_mc_validate_source()
 1720 	struct in_device *in_dev = __in_dev_get_rcu(dev);  in ip_route_input_mc()  local
 1756 				     struct in_device *in_dev,  in ip_handle_martian_source()
 1783 			   struct in_device *in_dev,  in __mkroute_input()
 2009 			    struct in_device *in_dev,  in ip_mkroute_input()
 2040 	struct in_device *in_dev = __in_dev_get_rcu(dev);  in ip_route_input_slow()  local
 2276 		struct in_device *in_dev = __in_dev_get_rcu(dev);  in ip_route_input_rcu()  local
 [all …]
 
 | 
| D | ip_input.c | 284 		struct in_device *in_dev = __in_dev_get_rcu(dev);  in ip_rcv_options()  local365 		struct in_device *in_dev = __in_dev_get_rcu(dev);  in ip_rcv_finish_core()  local
 
 | 
| D | ipmr.c | 454 	struct in_device *in_dev;  in ipmr_init_vif_indev()  local673 	struct in_device *in_dev;  in vif_delete()  local
 838 	struct in_device *in_dev;  in vif_add()  local
 
 | 
| /Linux-v5.4/net/netfilter/ | 
| D | nf_conntrack_broadcast.c | 26 	struct in_device *in_dev;  in nf_conntrack_broadcast_help()  local
 | 
| D | nfnetlink_osf.c | 34 	struct in_device *in_dev = __in_dev_get_rcu(skb->dev);  in nf_osf_ttl()  local
 | 
| /Linux-v5.4/drivers/input/touchscreen/ | 
| D | bu21029_ts.c | 157 	struct input_dev		*in_dev;  member338 	struct input_dev *in_dev;  in bu21029_probe()  local
 
 | 
| D | bu21013_ts.c | 159 	struct input_dev *in_dev;  member411 	struct input_dev *in_dev;  in bu21013_probe()  local
 
 | 
| /Linux-v5.4/net/smc/ | 
| D | smc_clc.c | 99 	struct in_device *in_dev = __in_dev_get_rcu(dst->dev);  in smc_clc_prfx_set4_rcu()  local194 	struct in_device *in_dev = __in_dev_get_rcu(dev);  in smc_clc_prfx_match4_rcu()  local
 
 | 
| /Linux-v5.4/drivers/staging/isdn/hysdn/ | 
| D | hysdn_net.c | 62 	struct in_device *in_dev;  in net_open()  local
 | 
| /Linux-v5.4/net/bridge/ | 
| D | br_arp_nd_proxy.c | 94 	struct in_device *in_dev;  in br_chk_addr_ip()  local
 | 
| D | br_multicast.c | 1828 	struct in_device *in_dev = in_dev_get(br->dev);  in br_ip4_multicast_join_snoopers()  local1859 	struct in_device *in_dev = in_dev_get(br->dev);  in br_ip4_multicast_leave_snoopers()  local
 
 | 
| D | br_netfilter_hooks.c | 369 			struct in_device *in_dev = __in_dev_get_rcu(dev);  in br_nf_pre_routing_finish()  local
 | 
| /Linux-v5.4/drivers/net/wan/ | 
| D | hdlc_cisco.c | 158 	struct in_device *in_dev;  in cisco_rx()  local
 | 
| /Linux-v5.4/drivers/net/plip/ | 
| D | plip.c | 1005 	const struct in_device *in_dev;  in plip_rewrite_address()  local1062 	struct in_device *in_dev;  in plip_open()  local
 
 | 
| /Linux-v5.4/net/core/ | 
| D | netpoll.c | 641 	struct in_device *in_dev;  in netpoll_setup()  local
 | 
| /Linux-v5.4/net/batman-adv/ | 
| D | multicast.c | 114 	struct in_device *in_dev = __in_dev_get_rcu(dev);  in batadv_mcast_mla_rtr_flags_softif_get_ipv4()  local374 	struct in_device *in_dev;  in batadv_mcast_mla_softif_get_ipv4()  local
 
 | 
| /Linux-v5.4/net/atm/ | 
| D | clip.c | 581 	struct in_device *in_dev;  in clip_inet_event()  local
 | 
| /Linux-v5.4/drivers/s390/net/ | 
| D | qeth_l3_main.c | 1159 	struct in_device *in_dev;  in qeth_l3_add_vlan_mc()  local1243 	struct inet6_dev *in_dev;  in qeth_l3_add_vlan_mc6()  local
 
 | 
| /Linux-v5.4/drivers/infiniband/sw/siw/ | 
| D | siw_cm.c | 1961 		struct in_device *in_dev = in_dev_get(dev);  in siw_create_listen()  local
 |