| /linux/include/linux/ |
| A D | igmp.h | 69 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 …]
|
| A D | inetdevice.h | 25 struct in_device { struct 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); 240 struct in_device *in_dev; in in_dev_get() 258 struct in_device *in_dev; in ip_ignore_linkdown() 271 struct in_device *in_dev = __in_dev_get_rcu(dev); in __in_dev_arp_parms_get_rcu() 276 void in_dev_finish_destroy(struct in_device *idev); [all …]
|
| /linux/net/ipv4/ |
| A D | devinet.c | 254 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_free_rcu() 279 struct in_device *in_dev; in inetdev_init() 675 struct in_device *in_dev; in inet_rtm_deladdr() 860 struct in_device *in_dev; in rtm_to_ifaddr() 1059 struct in_device *in_dev; in devinet_ioctl() 1353 struct in_device *in_dev; in inet_select_addr() 1888 struct in_device *in_dev; in inet_dump_ifaddr() 2346 struct in_device *in_dev; in devinet_copy_dflt_conf() 2373 struct in_device *in_dev; in inet_forward_change() 2395 struct in_device *idev in devinet_conf_ifindex() [all …]
|
| A D | igmp.c | 1077 struct in_device *in_dev; in igmp_rcv() 2178 struct in_device *in_dev; in __ip_mc_join_group() 2264 struct in_device *in_dev; in ip_mc_leave_group() 2452 struct in_device *in_dev; in ip_mc_msfilter() 2543 struct in_device *in_dev; in ip_mc_msfget() 2704 struct in_device *in_dev; in ip_mc_drop_socket() 2768 struct in_device *in_dev; 2781 struct in_device *in_dev; in igmp_mc_get_first() 2896 struct in_device *idev; 2912 struct in_device *idev; in igmp_mcf_get_first() [all …]
|
| 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() 702 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process() 1323 struct in_device *in_dev; in arp_netdev_event()
|
| A D | fib_frontend.c | 274 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()
|
| A D | ip_input.c | 287 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()
|
| A D | route.c | 733 struct in_device *in_dev; in __ip_do_redirect() 859 struct in_device *in_dev; in ip_rt_send_redirect() 925 struct in_device *in_dev; in ip_error() 1670 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source() 1702 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() 2117 struct in_device *in_dev, in ip_mkroute_input() 2443 struct in_device *l3_in_dev; in ip_route_input_rcu() [all …]
|
| /linux/include/net/ |
| A D | route.h | 127 struct in_device; 203 struct in_device *in_dev, u32 *itag); 241 void ip_rt_multicast_event(struct in_device *);
|
| A D | bonding.h | 654 struct in_device *in_dev; in bond_confirm_addr()
|
| A D | ip_fib.h | 453 struct in_device *idev, u32 *itag);
|
| /linux/net/netfilter/ |
| A D | nf_conntrack_broadcast.c | 27 struct in_device *in_dev; in nf_conntrack_broadcast_help()
|
| A D | nf_nat_redirect.c | 62 const struct in_device *indev; in nf_nat_redirect_ipv4()
|
| A D | nf_nat_masquerade.c | 187 const struct in_device *idev; in masq_inet_event()
|
| A D | nfnetlink_osf.c | 34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl()
|
| /linux/net/ipv4/netfilter/ |
| A D | nf_tproxy_ipv4.c | 53 struct in_device *indev; in nf_tproxy_laddr4()
|
| /linux/arch/um/drivers/ |
| A D | net_kern.c | 765 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 D | hdlc_cisco.c | 147 struct in_device *in_dev; in cisco_rx()
|
| /linux/drivers/net/wireguard/ |
| A D | device.c | 33 struct in_device *dev_v4 = __in_dev_get_rtnl(dev); in wg_open()
|
| /linux/net/bridge/ |
| A D | br_arp_nd_proxy.c | 95 struct in_device *in_dev; in br_chk_addr_ip()
|
| /linux/drivers/net/plip/ |
| 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/ |
| A D | multicast.c | 113 struct in_device *in_dev = __in_dev_get_rcu(dev); in batadv_mcast_mla_rtr_flags_softif_get_ipv4() 374 struct in_device *in_dev; in batadv_mcast_mla_softif_get_ipv4()
|
| /linux/drivers/infiniband/hw/usnic/ |
| A D | usnic_ib_main.c | 372 struct in_device *ind; in usnic_ib_device_add()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_router.c | 1337 struct in_device *idev; in __prestera_inetaddr_cb() 1361 struct in_device *idev; in __prestera_inetaddr_valid_cb()
|
| /linux/drivers/s390/net/ |
| A D | lcs.c | 1140 struct in_device *in4_dev) in lcs_remove_mc_addresses() 1190 struct in_device *in4_dev) in lcs_set_mc_addresses() 1225 struct in_device *in4_dev; in lcs_register_mc_addresses()
|