Home
last modified time | relevance | path

Searched defs:in_dev (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v6.6/include/linux/
Dinetdevice.h59 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 …]
Digmp.h134 static inline void ip_mc_dec_group(struct in_device *in_dev, __be32 addr) in ip_mc_dec_group()
/Linux-v6.6/net/ipv4/
Digmp.c122 #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 …]
Ddevinet.c264 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 …]
Darp.c227 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
Dip_input.c287 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
Dfib_frontend.c274 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
Droute.c744 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 …]
Dipmr.c427 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
Dip_gre.c916 struct in_device *in_dev; in ipgre_close() local
/Linux-v6.6/net/netfilter/
Dnf_conntrack_broadcast.c27 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
Dnfnetlink_osf.c34 struct in_device *in_dev = __in_dev_get_rcu(skb->dev); in nf_osf_ttl() local
/Linux-v6.6/drivers/input/touchscreen/
Dbu21029_ts.c157 struct input_dev *in_dev; member
338 struct input_dev *in_dev; in bu21029_probe() local
Dbu21013_ts.c159 struct input_dev *in_dev; member
410 struct input_dev *in_dev; in bu21013_probe() local
/Linux-v6.6/net/bridge/
Dbr_arp_nd_proxy.c95 struct in_device *in_dev; in br_chk_addr_ip() local
Dbr_netfilter_hooks.c370 struct in_device *in_dev = __in_dev_get_rcu(dev); in br_nf_pre_routing_finish() local
/Linux-v6.6/drivers/net/wan/
Dhdlc_cisco.c147 struct in_device *in_dev; in cisco_rx() local
/Linux-v6.6/net/smc/
Dsmc_clc.c496 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
Dsmc_ib.c237 struct in_device *in_dev = __in_dev_get_rcu(ndev); in smc_ib_determine_gid_rcu() local
/Linux-v6.6/drivers/net/plip/
Dplip.c1013 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/
Dmulticast.c113 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/
Dnetpoll.c680 struct in_device *in_dev; in netpoll_setup() local
/Linux-v6.6/net/atm/
Dclip.c581 struct in_device *in_dev; in clip_inet_event() local
/Linux-v6.6/net/sctp/
Dprotocol.c74 struct in_device *in_dev; in sctp_v4_copy_addrlist() local
/Linux-v6.6/drivers/infiniband/core/
Droce_gid_mgmt.c335 struct in_device *in_dev; in enum_netdev_ipv4_ips() local

12