| /Linux-v5.4/include/linux/ |
| D | igmp.h | 71 struct in_device *interface; 113 extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u8 proto); 129 extern void ip_mc_init_dev(struct in_device *); 130 extern void ip_mc_destroy_dev(struct in_device *); 131 extern void ip_mc_up(struct in_device *); 132 extern void ip_mc_down(struct in_device *); 133 extern void ip_mc_unmap(struct in_device *); 134 extern void ip_mc_remap(struct in_device *); 135 extern void __ip_mc_dec_group(struct in_device *in_dev, __be32 addr, gfp_t gfp); 136 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group() [all …]
|
| D | inetdevice.h | 25 struct in_device { struct 57 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() argument 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() 140 struct in_device *ifa_dev; 161 struct in_device *ivi_dev; 179 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b); 182 struct in_device *inetdev_by_index(struct net *, int); 184 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, 186 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, [all …]
|
| /Linux-v5.4/net/ipv4/ |
| D | igmp.c | 135 static int unsolicited_report_interval(struct in_device *in_dev) in unsolicited_report_interval() 158 static void igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im, 160 static void igmpv3_del_delrec(struct in_device *in_dev, struct ip_mc_list *im); 161 static void igmpv3_clear_delrec(struct in_device *in_dev); 166 static int ip_mc_add_src(struct in_device *in_dev, __be32 *pmca, int sfmode, 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() 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 | 198 static void inet_del_ifa(struct in_device *in_dev, 202 static int devinet_sysctl_register(struct in_device *idev); 203 static void devinet_sysctl_unregister(struct in_device *idev); 205 static int devinet_sysctl_register(struct in_device *idev) in devinet_sysctl_register() 209 static void devinet_sysctl_unregister(struct in_device *idev) in devinet_sysctl_unregister() 234 void in_dev_finish_destroy(struct in_device *idev) in in_dev_finish_destroy() 252 static struct in_device *inetdev_init(struct net_device *dev) in inetdev_init() 254 struct in_device *in_dev; in inetdev_init() 299 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_rcu_put() 303 static void inetdev_destroy(struct in_device *in_dev) in inetdev_destroy() [all …]
|
| D | arp.c | 224 struct in_device *in_dev; in arp_constructor() 337 struct in_device *in_dev; in arp_solicit() 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() 453 struct in_device *out_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()
|
| D | fib_frontend.c | 283 struct in_device *in_dev; in fib_compute_spec_dst() 354 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source() 429 struct in_device *idev, u32 *itag) in fib_validate_source() 549 struct in_device *in_dev; in rtentry_to_fib_config() 1099 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() 1145 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() 1172 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() 1455 struct in_device *in_dev; in fib_netdev_event()
|
| D | route.c | 742 struct in_device *in_dev; in __ip_do_redirect() 873 struct in_device *in_dev; in ip_rt_send_redirect() 941 struct in_device *in_dev; in ip_error() 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() 1756 struct in_device *in_dev, in ip_handle_martian_source() 1783 struct in_device *in_dev, in __mkroute_input() 1791 struct in_device *out_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() [all …]
|
| D | ip_input.c | 284 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_options() 365 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core()
|
| /Linux-v5.4/include/net/ |
| D | route.h | 112 struct in_device; 181 struct in_device *in_dev, u32 *itag); 219 void ip_rt_multicast_event(struct in_device *);
|
| D | ip_fib.h | 412 struct in_device *idev, u32 *itag);
|
| D | bonding.h | 590 struct in_device *in_dev; in bond_confirm_addr()
|
| /Linux-v5.4/net/netfilter/ |
| D | nf_conntrack_broadcast.c | 26 struct in_device *in_dev; in nf_conntrack_broadcast_help()
|
| D | nf_nat_redirect.c | 47 const struct in_device *indev; in nf_nat_redirect_ipv4()
|
| D | nf_nat_masquerade.c | 113 struct in_device *idev = ((struct in_ifaddr *)ptr)->ifa_dev; in masq_inet_event()
|
| D | nfnetlink_osf.c | 34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl()
|
| /Linux-v5.4/net/ipv4/netfilter/ |
| D | nf_tproxy_ipv4.c | 53 struct in_device *indev; in nf_tproxy_laddr4()
|
| /Linux-v5.4/arch/um/drivers/ |
| D | net_kern.c | 777 struct in_device *ip; in inet_register() 839 struct in_device *ip = dev->ip_ptr; in iter_addresses() 856 struct in_device *ip = dev->ip_ptr; in dev_netmask()
|
| /Linux-v5.4/drivers/staging/isdn/hysdn/ |
| D | hysdn_net.c | 62 struct in_device *in_dev; in net_open()
|
| /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() 194 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu()
|
| /Linux-v5.4/drivers/net/wan/ |
| D | hdlc_cisco.c | 158 struct in_device *in_dev; in cisco_rx()
|
| /Linux-v5.4/drivers/parisc/ |
| D | led.c | 365 struct in_device *in_dev = __in_dev_get_rcu(dev); in led_get_net_activity()
|
| /Linux-v5.4/net/bridge/ |
| D | br_arp_nd_proxy.c | 94 struct in_device *in_dev; in br_chk_addr_ip()
|
| /Linux-v5.4/drivers/net/plip/ |
| D | plip.c | 1005 const struct in_device *in_dev; in plip_rewrite_address() 1062 struct in_device *in_dev; in plip_open()
|
| /Linux-v5.4/drivers/infiniband/hw/usnic/ |
| D | usnic_ib_main.c | 372 struct in_device *ind; in usnic_ib_device_add()
|
| /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() 374 struct in_device *in_dev; in batadv_mcast_mla_softif_get_ipv4()
|