Home
last modified time | relevance | path

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

123

/openbmc/linux/include/linux/
H A Digmp.h69 struct in_device *interface;
127 extern void ip_mc_init_dev(struct in_device *);
128 extern void ip_mc_destroy_dev(struct in_device *);
129 extern void ip_mc_up(struct in_device *);
130 extern void ip_mc_down(struct in_device *);
131 extern void ip_mc_unmap(struct in_device *);
132 extern void ip_mc_remap(struct in_device *);
133 extern void __ip_mc_dec_group(struct in_device *in_dev, __be32 addr, gfp_t gfp);
134 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group()
138 extern void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr,
[all …]
H A Dinetdevice.h25 struct in_device { struct
73 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
144 struct in_device *ifa_dev;
166 struct in_device *ivi_dev;
184 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b);
196 struct in_device *inetdev_by_index(struct net *, int);
238 struct in_device *in_dev; in in_dev_get()
256 struct in_device *in_dev; in ip_ignore_linkdown()
269 struct in_device *in_dev = __in_dev_get_rcu(dev); in __in_dev_arp_parms_get_rcu()
274 void in_dev_finish_destroy(struct in_device *idev);
[all …]
/openbmc/linux/net/ipv4/
H A Digmp.c1077 struct in_device *in_dev; in igmp_rcv()
2177 struct in_device *in_dev; in __ip_mc_join_group()
2263 struct in_device *in_dev; in ip_mc_leave_group()
2451 struct in_device *in_dev; in ip_mc_msfilter()
2542 struct in_device *in_dev; in ip_mc_msfget()
2703 struct in_device *in_dev; in ip_mc_drop_socket()
2767 struct in_device *in_dev;
2780 struct in_device *in_dev; in igmp_mc_get_first()
2895 struct in_device *idev;
2911 struct in_device *idev; in igmp_mcf_get_first()
[all …]
H A Ddevinet.c239 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_free_rcu()
264 struct in_device *in_dev; in inetdev_init()
664 struct in_device *in_dev; in inet_rtm_deladdr()
846 struct in_device *in_dev; in rtm_to_ifaddr()
1049 struct in_device *in_dev; in devinet_ioctl()
1343 struct in_device *in_dev; in inet_select_addr()
1872 struct in_device *in_dev; in inet_dump_ifaddr()
2223 struct in_device *in_dev; in inet_netconf_get_devconf()
2283 struct in_device *in_dev; in inet_netconf_dump_devconf()
2369 struct in_device *in_dev; in devinet_copy_dflt_conf()
[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()
473 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy()
476 struct in_device *out_dev; in arp_fwd_proxy()
518 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan()
701 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process()
1277 struct in_device *in_dev; in arp_netdev_event()
H A Dfib_frontend.c274 struct in_device *in_dev; in fib_compute_spec_dst()
346 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source()
423 struct in_device *idev, u32 *itag) in fib_validate_source()
546 struct in_device *in_dev; in rtentry_to_fib_config()
1111 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr()
1158 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric()
1185 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr()
1468 struct in_device *in_dev; in fib_netdev_event()
H A Dip_input.c287 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_options()
370 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core()
397 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core()
H A Droute.c745 struct in_device *in_dev; in __ip_do_redirect()
871 struct in_device *in_dev; in ip_rt_send_redirect()
937 struct in_device *in_dev; in ip_error()
1685 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source()
1717 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc()
1757 struct in_device *in_dev, in ip_handle_martian_source()
1784 struct in_device *in_dev, in __mkroute_input()
1792 struct in_device *out_dev; in __mkroute_input()
2132 struct in_device *in_dev, in ip_mkroute_input()
2458 struct in_device *l3_in_dev; in ip_route_input_rcu()
[all …]
/openbmc/linux/include/net/
H A Droute.h120 struct in_device;
195 struct in_device *in_dev, u32 *itag);
233 void ip_rt_multicast_event(struct in_device *);
H A Dip_fib.h445 struct in_device *idev, u32 *itag);
H A Dbonding.h631 struct in_device *in_dev; in bond_confirm_addr()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_broadcast.c27 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()
H A Dnf_nat_masquerade.c187 const struct in_device *idev; in masq_inet_event()
H A Dnfnetlink_osf.c34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl()
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_tproxy_ipv4.c53 struct in_device *indev; in nf_tproxy_laddr4()
/openbmc/linux/arch/um/drivers/
H A Dnet_kern.c765 struct in_device *ip; in inet_register()
827 struct in_device *ip = dev->ip_ptr; in iter_addresses()
844 struct in_device *ip = dev->ip_ptr; in dev_netmask()
/openbmc/linux/drivers/net/wan/
H A Dhdlc_cisco.c147 struct in_device *in_dev; in cisco_rx()
/openbmc/linux/drivers/net/wireguard/
H A Ddevice.c33 struct in_device *dev_v4 = __in_dev_get_rtnl(dev); in wg_open()
/openbmc/linux/net/bridge/
H A Dbr_arp_nd_proxy.c95 struct in_device *in_dev; in br_chk_addr_ip()
/openbmc/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()
/openbmc/linux/net/batman-adv/
H A Dmulticast.c113 struct in_device *in_dev = __in_dev_get_rcu(dev); in batadv_mcast_mla_rtr_flags_softif_get_ipv4()
342 struct in_device *in_dev; in batadv_mcast_mla_softif_get_ipv4()
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_main.c372 struct in_device *ind; in usnic_ib_device_add()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c1337 struct in_device *idev; in __prestera_inetaddr_cb()
1361 struct in_device *idev; in __prestera_inetaddr_valid_cb()
/openbmc/linux/net/smc/
H A Dsmc_clc.c506 struct in_device *in_dev = __in_dev_get_rcu(dst->dev); in smc_clc_prfx_set4_rcu()
601 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu()

123