| /linux/include/linux/ |
| H A D | inetdevice.h | 25 struct in_device { struct 61 static inline int ipv4_devconf_get(const struct in_device *in_dev, int index) in ipv4_devconf_get() argument 67 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set() 75 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall() 146 struct in_device *ifa_dev; 168 struct in_device *ivi_dev; 186 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b); 198 struct in_device *inetdev_by_index(struct net *, int); 200 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, 202 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, [all …]
|
| /linux/net/ipv4/ |
| H A D | igmp.c | 125 static bool IGMP_V1_SEEN(const struct in_device *in_dev) in IGMP_V1_SEEN() 137 static bool IGMP_V2_SEEN(const struct in_device *in_dev) in IGMP_V2_SEEN() 149 static int unsolicited_report_interval(struct in_device *in_dev) in unsolicited_report_interval() 172 static void igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im, 174 static void igmpv3_del_delrec(struct in_device *in_dev, struct ip_mc_list *im); 175 static void igmpv3_clear_delrec(struct in_device *in_dev); 180 static int ip_mc_add_src(struct in_device *in_dev, __be32 *pmca, int sfmode, 246 static void igmp_gq_start_timer(struct in_device *in_dev) in igmp_gq_start_timer() 262 static void igmp_ifc_start_timer(struct in_device *in_dev, int delay) in igmp_ifc_start_timer() 364 struct in_device *in_dev = __in_dev_get_rcu(dev); in igmpv3_get_srcaddr() [all …]
|
| H A D | devinet.c | 190 static void inet_del_ifa(struct in_device *in_dev, 194 static int devinet_sysctl_register(struct in_device *idev); 195 static void devinet_sysctl_unregister(struct in_device *idev); 197 static int devinet_sysctl_register(struct in_device *idev) in devinet_sysctl_register() 201 static void devinet_sysctl_unregister(struct in_device *idev) in devinet_sysctl_unregister() 208 static struct in_ifaddr *inet_alloc_ifa(struct in_device *in_dev) in inet_alloc_ifa() 243 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_free_rcu() 249 void in_dev_finish_destroy(struct in_device *idev) in in_dev_finish_destroy() 266 static struct in_device *inetdev_init(struct net_device *dev) in inetdev_init() 268 struct in_device *in_dev; in inetdev_init() [all …]
|
| H A D | arp.c | 227 struct in_device *in_dev; in arp_constructor() 340 struct in_device *in_dev; in arp_solicit() 396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() 432 static int arp_accept(struct in_device *in_dev, __be32 sip) in arp_accept() 474 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy() 477 struct in_device *out_dev; in arp_fwd_proxy() 519 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan() 705 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process() 1328 struct in_device *in_dev; in arp_netdev_event()
|
| H A D | fib_frontend.c | 295 struct in_device *in_dev; in fib_compute_spec_dst() 367 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source() 451 struct in_device *idev, u32 *itag) in fib_validate_source() 575 struct in_device *in_dev; in rtentry_to_fib_config() 1154 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() 1201 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() 1228 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() 1511 struct in_device *in_dev; in fib_netdev_event()
|
| H A D | route.c | 779 struct in_device *in_dev; in __ip_do_redirect() 905 struct in_device *in_dev; in ip_rt_send_redirect() 971 struct in_device *in_dev; in ip_error() 1739 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source() 1774 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() 1815 struct in_device *in_dev, in ip_handle_martian_source() 1842 struct in_device *in_dev, __be32 daddr, in __mkroute_input() 1851 struct in_device *out_dev; in __mkroute_input() 2199 struct in_device *in_dev, __be32 daddr, in ip_mkroute_input() 2225 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_use_hint() [all …]
|
| H A D | icmp.c | 659 struct in_device *in_dev; in icmp_ext_iio_addr4_find() 1297 struct in_device *in_dev; in icmp_build_probe()
|
| H A D | ipmr.c | 464 struct in_device *in_dev; in ipmr_init_vif_indev() 693 struct in_device *in_dev; in vif_delete() 856 struct in_device *in_dev; in vif_add()
|
| /linux/include/net/ |
| H A D | route.h | 128 struct in_device; 219 struct in_device *in_dev, u32 *itag); 260 void ip_rt_multicast_event(struct in_device *);
|
| H A D | ip_fib.h | 454 struct in_device *idev, u32 *itag); 459 struct in_device *idev, u32 *itag) in fib_validate_source_reason()
|
| H A D | bonding.h | 656 struct in_device *in_dev; in bond_confirm_addr()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_broadcast.c | 29 struct in_device *in_dev; in nf_conntrack_broadcast_help()
|
| H A D | nf_nat_redirect.c | 62 const struct in_device *indev; in nf_nat_redirect_ipv4()
|
| /linux/drivers/net/ovpn/ |
| H A D | main.c | 93 struct in_device *dev_v4; in ovpn_net_open()
|
| /linux/drivers/net/wan/ |
| H A D | hdlc_cisco.c | 147 struct in_device *in_dev; in cisco_rx()
|
| /linux/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 95 struct in_device *in_dev; in br_chk_addr_ip()
|
| /linux/drivers/net/plip/ |
| H A D | plip.c | 1013 const struct in_device *in_dev; in plip_rewrite_address() 1070 struct in_device *in_dev; in plip_open()
|
| /linux/net/batman-adv/ |
| H A D | multicast.c | 112 struct in_device *in_dev = __in_dev_get_rcu(dev); in batadv_mcast_mla_rtr_flags_meshif_get_ipv4() 372 struct in_device *in_dev; in batadv_mcast_mla_meshif_get_ipv4()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_main.c | 389 struct in_device *ind; in usnic_ib_device_add()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_router.c | 1335 struct in_device *idev; in __prestera_inetaddr_cb() 1359 struct in_device *idev; in __prestera_inetaddr_valid_cb()
|
| /linux/net/smc/ |
| H A D | smc_clc.c | 515 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_set4_rcu() 613 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu()
|
| H A D | smc_ib.c | 242 struct in_device *in_dev = __in_dev_get_rcu(ndev); in smc_ib_determine_gid_rcu()
|
| /linux/drivers/infiniband/core/ |
| H A D | roce_gid_mgmt.c | 335 struct in_device *in_dev; in enum_netdev_ipv4_ips()
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-velocity.h | 1461 struct in_device *in_dev; in velocity_get_ip()
|
| /linux/net/mac80211/ |
| H A D | main.c | 571 struct in_device *idev; in ieee80211_ifa_changed()
|