| /linux-6.15/include/linux/ |
| H A D | igmp.h | 69 struct in_device *interface; 129 extern void ip_mc_init_dev(struct in_device *); 130 extern void ip_mc_destroy_dev(struct in_device *); 131 extern void ip_mc_up(struct in_device *); 132 extern void ip_mc_down(struct in_device *); 133 extern void ip_mc_unmap(struct in_device *); 134 extern void ip_mc_remap(struct in_device *); 135 extern void __ip_mc_dec_group(struct in_device *in_dev, __be32 addr, gfp_t gfp); 136 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group() 140 extern void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr, [all …]
|
| H 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); 244 struct in_device *in_dev; in in_dev_get() 267 struct in_device *in_dev; in ip_ignore_linkdown() 280 struct in_device *in_dev = __in_dev_get_rcu(dev); in __in_dev_arp_parms_get_rcu() 285 void in_dev_finish_destroy(struct in_device *idev); [all …]
|
| /linux-6.15/net/ipv4/ |
| H A D | igmp.c | 1080 struct in_device *in_dev; in igmp_rcv() 2266 struct in_device *in_dev; in __ip_mc_join_group() 2352 struct in_device *in_dev; in ip_mc_leave_group() 2540 struct in_device *in_dev; in ip_mc_msfilter() 2631 struct in_device *in_dev; in ip_mc_msfget() 2792 struct in_device *in_dev; in ip_mc_drop_socket() 2856 struct in_device *in_dev; 2869 struct in_device *in_dev; in igmp_mc_get_first() 2984 struct in_device *idev; 3000 struct in_device *idev; in igmp_mcf_get_first() [all …]
|
| H A D | devinet.c | 243 struct in_device *idev = container_of(head, struct in_device, rcu_head); in in_dev_free_rcu() 268 struct in_device *in_dev; in inetdev_init() 659 struct in_device *in_dev; in inet_rtm_deladdr() 888 struct in_device *in_dev; in inet_rtm_to_ifa() 1068 struct in_device *in_dev; in devinet_ioctl() 1365 struct in_device *in_dev; in inet_select_addr() 1946 struct in_device *in_dev; in inet_dump_addr() 2414 struct in_device *in_dev; in devinet_copy_dflt_conf() 2441 struct in_device *in_dev; in inet_forward_change() 2463 struct in_device *idev in devinet_conf_ifindex() [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() 704 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process() 1325 struct in_device *in_dev; in arp_netdev_event()
|
| H 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()
|
| H 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() 430 struct in_device *idev, u32 *itag) in fib_validate_source() 554 struct in_device *in_dev; in rtentry_to_fib_config() 1140 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() 1187 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() 1214 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() 1497 struct in_device *in_dev; in fib_netdev_event()
|
| H A D | route.c | 739 struct in_device *in_dev; in __ip_do_redirect() 865 struct in_device *in_dev; in ip_rt_send_redirect() 931 struct in_device *in_dev; in ip_error() 1697 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source() 1732 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() 1773 struct in_device *in_dev, in ip_handle_martian_source() 1800 struct in_device *in_dev, __be32 daddr, in __mkroute_input() 1809 struct in_device *out_dev; in __mkroute_input() 2150 struct in_device *in_dev, __be32 daddr, in ip_mkroute_input() 2502 struct in_device *l3_in_dev; in ip_route_input_rcu() [all …]
|
| /linux-6.15/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 | 455 struct in_device *idev, u32 *itag); 460 struct in_device *idev, u32 *itag) in fib_validate_source_reason()
|
| H A D | bonding.h | 654 struct in_device *in_dev; in bond_confirm_addr()
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_conntrack_broadcast.c | 27 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()
|
| H A D | nf_nat_masquerade.c | 187 const struct in_device *idev; in masq_inet_event()
|
| H A D | nfnetlink_osf.c | 34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl()
|
| /linux-6.15/net/ipv4/netfilter/ |
| H A D | nf_tproxy_ipv4.c | 53 struct in_device *indev; in nf_tproxy_laddr4()
|
| /linux-6.15/arch/um/drivers/ |
| H A D | net_kern.c | 762 struct in_device *ip; in inet_register() 824 struct in_device *ip = dev->ip_ptr; in iter_addresses() 841 struct in_device *ip = dev->ip_ptr; in dev_netmask()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 85 struct in_device* ip_ptr read_mostly read_mostly …
|
| /linux-6.15/drivers/net/wan/ |
| H A D | hdlc_cisco.c | 147 struct in_device *in_dev; in cisco_rx()
|
| /linux-6.15/drivers/net/wireguard/ |
| H A D | device.c | 33 struct in_device *dev_v4 = __in_dev_get_rtnl(dev); in wg_open()
|
| /linux-6.15/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 95 struct in_device *in_dev; in br_chk_addr_ip()
|
| /linux-6.15/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-6.15/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() 373 struct in_device *in_dev; in batadv_mcast_mla_meshif_get_ipv4()
|
| /linux-6.15/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_main.c | 389 struct in_device *ind; in usnic_ib_device_add()
|
| /linux-6.15/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_router.c | 1337 struct in_device *idev; in __prestera_inetaddr_cb() 1361 struct in_device *idev; in __prestera_inetaddr_valid_cb()
|