/kernel/linux/linux-5.10/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); 191 struct in_device *inetdev_by_index(struct net *, int); 193 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, 195 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, [all …]
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | igmp.c | 133 static int unsolicited_report_interval(struct in_device *in_dev) in unsolicited_report_interval() 156 static void igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im, 158 static void igmpv3_del_delrec(struct in_device *in_dev, struct ip_mc_list *im); 159 static void igmpv3_clear_delrec(struct in_device *in_dev); 164 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() 587 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc) in igmpv3_send_report() 652 static void igmpv3_send_cr(struct in_device *in_dev) in igmpv3_send_cr() [all …]
|
D | devinet.c | 199 static void inet_del_ifa(struct in_device *in_dev, 203 static int devinet_sysctl_register(struct in_device *idev); 204 static void devinet_sysctl_unregister(struct in_device *idev); 206 static int devinet_sysctl_register(struct in_device *idev) in devinet_sysctl_register() 210 static void devinet_sysctl_unregister(struct in_device *idev) in devinet_sysctl_unregister() 235 void in_dev_finish_destroy(struct in_device *idev) in in_dev_finish_destroy() 253 static struct in_device *inetdev_init(struct net_device *dev) in inetdev_init() 255 struct in_device *in_dev; in inetdev_init() 301 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_rcu_put() 305 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() 339 struct in_device *in_dev; in arp_solicit() 395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() 452 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy() 455 struct in_device *out_dev; in arp_fwd_proxy() 497 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan() 680 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process()
|
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() 392 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core()
|
D | fib_frontend.c | 273 struct in_device *in_dev; in fib_compute_spec_dst() 345 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source() 423 struct in_device *idev, u32 *itag) in fib_validate_source() 543 struct in_device *in_dev; in rtentry_to_fib_config() 1097 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() 1146 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() 1173 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() 1456 struct in_device *in_dev; in fib_netdev_event()
|
D | route.c | 772 struct in_device *in_dev; in __ip_do_redirect() 906 struct in_device *in_dev; in ip_rt_send_redirect() 974 struct in_device *in_dev; in ip_error() 1735 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source() 1767 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() 1809 struct in_device *in_dev, in ip_handle_martian_source() 1836 struct in_device *in_dev, in __mkroute_input() 1844 struct in_device *out_dev; in __mkroute_input() 2062 struct in_device *in_dev, in ip_mkroute_input() 2086 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_use_hint() [all …]
|
/kernel/linux/linux-5.10/include/net/ |
D | route.h | 112 struct in_device; 187 struct in_device *in_dev, u32 *itag); 229 void ip_rt_multicast_event(struct in_device *);
|
D | ip_fib.h | 436 struct in_device *idev, u32 *itag);
|
D | bonding.h | 607 struct in_device *in_dev; in bond_confirm_addr()
|
/kernel/linux/linux-5.10/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 | 182 const struct in_device *idev; in masq_inet_event()
|
D | nfnetlink_osf.c | 34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
D | nf_tproxy_ipv4.c | 53 struct in_device *indev; in nf_tproxy_laddr4()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | net_kern.c | 764 struct in_device *ip; in inet_register() 826 struct in_device *ip = dev->ip_ptr; in iter_addresses() 843 struct in_device *ip = dev->ip_ptr; in dev_netmask()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | hdlc_cisco.c | 159 struct in_device *in_dev; in cisco_rx()
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_clc.c | 166 struct in_device *in_dev = __in_dev_get_rcu(dst->dev); in smc_clc_prfx_set4_rcu() 261 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | device.c | 32 struct in_device *dev_v4 = __in_dev_get_rtnl(dev); in wg_open()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
D | led.c | 367 struct in_device *in_dev = __in_dev_get_rcu(dev); in led_get_net_activity()
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_arp_nd_proxy.c | 95 struct in_device *in_dev; in br_chk_addr_ip()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
D | usnic_ib_main.c | 370 struct in_device *ind; in usnic_ib_device_add()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | multicast.c | 115 struct in_device *in_dev = __in_dev_get_rcu(dev); in batadv_mcast_mla_rtr_flags_softif_get_ipv4() 375 struct in_device *in_dev; in batadv_mcast_mla_softif_get_ipv4()
|