Home
last modified time | relevance | path

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

123

/linux/include/linux/
A Digmp.h68 struct in_device *interface;
126 extern void ip_mc_init_dev(struct in_device *);
127 extern void ip_mc_destroy_dev(struct in_device *);
128 extern void ip_mc_up(struct in_device *);
129 extern void ip_mc_down(struct in_device *);
130 extern void ip_mc_unmap(struct in_device *);
131 extern void ip_mc_remap(struct in_device *);
132 extern void __ip_mc_dec_group(struct in_device *in_dev, __be32 addr, gfp_t gfp);
133 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group()
137 extern void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr,
[all …]
A Dinetdevice.h25 struct in_device { struct
71 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
142 struct in_device *ifa_dev;
163 struct in_device *ivi_dev;
181 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b);
193 struct in_device *inetdev_by_index(struct net *, int);
235 struct in_device *in_dev; in in_dev_get()
253 struct in_device *in_dev; in ip_ignore_linkdown()
266 struct in_device *in_dev = __in_dev_get_rcu(dev); in __in_dev_arp_parms_get_rcu()
271 void in_dev_finish_destroy(struct in_device *idev);
[all …]
/linux/net/ipv4/
A Digmp.c1071 struct in_device *in_dev; in igmp_rcv()
2167 struct in_device *in_dev; in __ip_mc_join_group()
2253 struct in_device *in_dev; in ip_mc_leave_group()
2440 struct in_device *in_dev; in ip_mc_msfilter()
2530 struct in_device *in_dev; in ip_mc_msfget()
2687 struct in_device *in_dev; in ip_mc_drop_socket()
2751 struct in_device *in_dev;
2764 struct in_device *in_dev; in igmp_mc_get_first()
2879 struct in_device *idev;
2895 struct in_device *idev; in igmp_mcf_get_first()
[all …]
A Ddevinet.c256 struct in_device *in_dev; in inetdev_init()
302 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_rcu_put()
652 struct in_device *in_dev; in inet_rtm_deladdr()
832 struct in_device *in_dev; in rtm_to_ifaddr()
1015 struct in_device *in_dev; in devinet_ioctl()
1307 struct in_device *in_dev; in inet_select_addr()
1818 struct in_device *in_dev; in inet_dump_ifaddr()
2170 struct in_device *in_dev; in inet_netconf_get_devconf()
2230 struct in_device *in_dev; in inet_netconf_dump_devconf()
2317 struct in_device *in_dev; in devinet_copy_dflt_conf()
[all …]
A Darp.c226 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()
1250 struct in_device *in_dev; in arp_netdev_event()
A Dfib_frontend.c273 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()
1094 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr()
1138 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric()
1165 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr()
1448 struct in_device *in_dev; in fib_netdev_event()
A Droute.c733 struct in_device *in_dev; in __ip_do_redirect()
866 struct in_device *in_dev; in ip_rt_send_redirect()
934 struct in_device *in_dev; in ip_error()
1674 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source()
1706 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc()
1742 struct in_device *in_dev, in ip_handle_martian_source()
1769 struct in_device *in_dev, in __mkroute_input()
1777 struct in_device *out_dev; in __mkroute_input()
2115 struct in_device *in_dev, in ip_mkroute_input()
2449 struct in_device *l3_in_dev; in ip_route_input_rcu()
[all …]
A Dip_input.c285 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_options()
381 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core()
/linux/include/net/
A Droute.h112 struct in_device;
187 struct in_device *in_dev, u32 *itag);
229 void ip_rt_multicast_event(struct in_device *);
A Dip_fib.h437 struct in_device *idev, u32 *itag);
A Dbonding.h608 struct in_device *in_dev; in bond_confirm_addr()
/linux/net/netfilter/
A Dnf_conntrack_broadcast.c26 struct in_device *in_dev; in nf_conntrack_broadcast_help()
A Dnf_nat_redirect.c47 const struct in_device *indev; in nf_nat_redirect_ipv4()
A Dnf_nat_masquerade.c182 const struct in_device *idev; in masq_inet_event()
A Dnfnetlink_osf.c34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl()
/linux/net/ipv4/netfilter/
A Dnf_tproxy_ipv4.c53 struct in_device *indev; in nf_tproxy_laddr4()
/linux/arch/um/drivers/
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()
/linux/drivers/net/wan/
A Dhdlc_cisco.c147 struct in_device *in_dev; in cisco_rx()
/linux/drivers/net/wireguard/
A Ddevice.c31 struct in_device *dev_v4 = __in_dev_get_rtnl(dev); in wg_open()
/linux/drivers/parisc/
A Dled.c364 struct in_device *in_dev = __in_dev_get_rcu(dev); in led_get_net_activity()
/linux/net/bridge/
A Dbr_arp_nd_proxy.c95 struct in_device *in_dev; in br_chk_addr_ip()
/linux/drivers/net/plip/
A Dplip.c1013 const struct in_device *in_dev; in plip_rewrite_address()
1070 struct in_device *in_dev; in plip_open()
/linux/net/smc/
A Dsmc_clc.c480 struct in_device *in_dev = __in_dev_get_rcu(dst->dev); in smc_clc_prfx_set4_rcu()
575 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu()
/linux/net/batman-adv/
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()
/linux/drivers/infiniband/hw/usnic/
A Dusnic_ib_main.c372 struct in_device *ind; in usnic_ib_device_add()

Completed in 196 milliseconds

123