Home
last modified time | relevance | path

Searched refs:in_device (Results 1 – 25 of 46) sorted by relevance

12

/linux/include/linux/
H A Dinetdevice.h25 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 Digmp.c125 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 Ddevinet.c190 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 Darp.c227 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 Dfib_frontend.c295 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 Droute.c779 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 Dicmp.c659 struct in_device *in_dev; in icmp_ext_iio_addr4_find()
1297 struct in_device *in_dev; in icmp_build_probe()
H A Dipmr.c464 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 Droute.h128 struct in_device;
219 struct in_device *in_dev, u32 *itag);
260 void ip_rt_multicast_event(struct in_device *);
H A Dip_fib.h454 struct in_device *idev, u32 *itag);
459 struct in_device *idev, u32 *itag) in fib_validate_source_reason()
H A Dbonding.h656 struct in_device *in_dev; in bond_confirm_addr()
/linux/net/netfilter/
H A Dnf_conntrack_broadcast.c29 struct in_device *in_dev; in nf_conntrack_broadcast_help()
H A Dnf_nat_redirect.c62 const struct in_device *indev; in nf_nat_redirect_ipv4()
/linux/drivers/net/ovpn/
H A Dmain.c93 struct in_device *dev_v4; in ovpn_net_open()
/linux/drivers/net/wan/
H A Dhdlc_cisco.c147 struct in_device *in_dev; in cisco_rx()
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c95 struct in_device *in_dev; in br_chk_addr_ip()
/linux/drivers/net/plip/
H A Dplip.c1013 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 Dmulticast.c112 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 Dusnic_ib_main.c389 struct in_device *ind; in usnic_ib_device_add()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c1335 struct in_device *idev; in __prestera_inetaddr_cb()
1359 struct in_device *idev; in __prestera_inetaddr_valid_cb()
/linux/net/smc/
H A Dsmc_clc.c515 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 Dsmc_ib.c242 struct in_device *in_dev = __in_dev_get_rcu(ndev); in smc_ib_determine_gid_rcu()
/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c335 struct in_device *in_dev; in enum_netdev_ipv4_ips()
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h1461 struct in_device *in_dev; in velocity_get_ip()
/linux/net/mac80211/
H A Dmain.c571 struct in_device *idev; in ieee80211_ifa_changed()

12