/Linux-v6.6/include/linux/ |
D | inetdevice.h | 59 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get() 65 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set() 73 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall() 78 #define IN_DEV_CONF_GET(in_dev, attr) \ argument 80 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument 83 #define IN_DEV_ANDCONF(in_dev, attr) \ argument 87 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument 91 #define IN_DEV_ORCONF(in_dev, attr) \ argument 94 #define IN_DEV_MAXCONF(in_dev, attr) \ argument 98 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) argument [all …]
|
D | igmp.h | 134 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group()
|
/Linux-v6.6/net/ipv4/ |
D | igmp.c | 122 #define IGMP_V1_SEEN(in_dev) \ argument 127 #define IGMP_V2_SEEN(in_dev) \ argument 133 static int unsolicited_report_interval(struct in_device *in_dev) in unsolicited_report_interval() 175 #define for_each_pmc_rcu(in_dev, pmc) \ argument 180 #define for_each_pmc_rtnl(in_dev, pmc) \ argument 223 static void igmp_gq_start_timer(struct in_device *in_dev) in igmp_gq_start_timer() 237 static void igmp_ifc_start_timer(struct in_device *in_dev, int delay) in igmp_ifc_start_timer() 332 struct in_device *in_dev = __in_dev_get_rcu(dev); in igmpv3_get_srcaddr() local 586 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc) in igmpv3_send_report() 651 static void igmpv3_send_cr(struct in_device *in_dev) in igmpv3_send_cr() [all …]
|
D | devinet.c | 264 struct in_device *in_dev; in inetdev_init() local 308 static void inetdev_destroy(struct in_device *in_dev) in inetdev_destroy() 335 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b) in inet_addr_onlink() 352 static void __inet_del_ifa(struct in_device *in_dev, in __inet_del_ifa() 465 static void inet_del_ifa(struct in_device *in_dev, in inet_del_ifa() 480 struct in_device *in_dev = ifa->ifa_dev; in __inet_insert_ifa() local 568 struct in_device *in_dev = __in_dev_get_rtnl(dev); in inet_set_ifa() local 594 struct in_device *in_dev = NULL; in inetdev_by_index() local 607 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, in inet_ifa_byprefix() 653 struct in_device *in_dev; in inet_rtm_deladdr() local [all …]
|
D | arp.c | 227 struct in_device *in_dev; in arp_constructor() local 340 struct in_device *in_dev; in arp_solicit() local 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() 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() local 1276 struct in_device *in_dev; in arp_netdev_event() local
|
D | ip_input.c | 287 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_options() local 370 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core() local 397 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core() local
|
D | fib_frontend.c | 274 struct in_device *in_dev; in fib_compute_spec_dst() local 546 struct in_device *in_dev; in rtentry_to_fib_config() local 1111 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() local 1158 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() local 1185 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() local 1468 struct in_device *in_dev; in fib_netdev_event() local
|
D | route.c | 744 struct in_device *in_dev; in __ip_do_redirect() local 877 struct in_device *in_dev; in ip_rt_send_redirect() local 945 struct in_device *in_dev; in ip_error() local 1693 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source() 1725 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() local 1765 struct in_device *in_dev, in ip_handle_martian_source() 1792 struct in_device *in_dev, in __mkroute_input() 2140 struct in_device *in_dev, in ip_mkroute_input() 2165 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_use_hint() local 2227 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_slow() local [all …]
|
D | ipmr.c | 427 struct in_device *in_dev; in ipmr_init_vif_indev() local 655 struct in_device *in_dev; in vif_delete() local 817 struct in_device *in_dev; in vif_add() local
|
D | ip_gre.c | 916 struct in_device *in_dev; in ipgre_close() local
|
/Linux-v6.6/net/netfilter/ |
D | nf_conntrack_broadcast.c | 27 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
|
D | nfnetlink_osf.c | 34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl() local
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | bu21029_ts.c | 157 struct input_dev *in_dev; member 338 struct input_dev *in_dev; in bu21029_probe() local
|
D | bu21013_ts.c | 159 struct input_dev *in_dev; member 410 struct input_dev *in_dev; in bu21013_probe() local
|
/Linux-v6.6/net/bridge/ |
D | br_arp_nd_proxy.c | 95 struct in_device *in_dev; in br_chk_addr_ip() local
|
D | br_netfilter_hooks.c | 370 struct in_device *in_dev = __in_dev_get_rcu(dev); in br_nf_pre_routing_finish() local
|
/Linux-v6.6/drivers/net/wan/ |
D | hdlc_cisco.c | 147 struct in_device *in_dev; in cisco_rx() local
|
/Linux-v6.6/net/smc/ |
D | smc_clc.c | 496 struct in_device *in_dev = __in_dev_get_rcu(dst->dev); in smc_clc_prfx_set4_rcu() local 591 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu() local
|
D | smc_ib.c | 237 struct in_device *in_dev = __in_dev_get_rcu(ndev); in smc_ib_determine_gid_rcu() local
|
/Linux-v6.6/drivers/net/plip/ |
D | plip.c | 1013 const struct in_device *in_dev; in plip_rewrite_address() local 1070 struct in_device *in_dev; in plip_open() local
|
/Linux-v6.6/net/batman-adv/ |
D | multicast.c | 113 struct in_device *in_dev = __in_dev_get_rcu(dev); in batadv_mcast_mla_rtr_flags_softif_get_ipv4() local 342 struct in_device *in_dev; in batadv_mcast_mla_softif_get_ipv4() local
|
/Linux-v6.6/net/core/ |
D | netpoll.c | 680 struct in_device *in_dev; in netpoll_setup() local
|
/Linux-v6.6/net/atm/ |
D | clip.c | 581 struct in_device *in_dev; in clip_inet_event() local
|
/Linux-v6.6/net/sctp/ |
D | protocol.c | 74 struct in_device *in_dev; in sctp_v4_copy_addrlist() local
|
/Linux-v6.6/drivers/infiniband/core/ |
D | roce_gid_mgmt.c | 335 struct in_device *in_dev; in enum_netdev_ipv4_ips() local
|