Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-4.19/include/linux/
Dinetdevice.h57 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get()
63 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set()
71 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
76 #define IN_DEV_CONF_GET(in_dev, attr) \ argument
78 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument
81 #define IN_DEV_ANDCONF(in_dev, attr) \ argument
85 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
89 #define IN_DEV_ORCONF(in_dev, attr) \ argument
92 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
96 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) argument
[all …]
/kernel/linux/linux-5.10/include/linux/
Dinetdevice.h57 static inline int ipv4_devconf_get(struct in_device *in_dev, int index) in ipv4_devconf_get()
63 static inline void ipv4_devconf_set(struct in_device *in_dev, int index, in ipv4_devconf_set()
71 static inline void ipv4_devconf_setall(struct in_device *in_dev) in ipv4_devconf_setall()
76 #define IN_DEV_CONF_GET(in_dev, attr) \ argument
78 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument
81 #define IN_DEV_ANDCONF(in_dev, attr) \ argument
85 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
89 #define IN_DEV_ORCONF(in_dev, attr) \ argument
92 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
96 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) argument
[all …]
/kernel/linux/linux-5.10/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
584 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc) in igmpv3_send_report()
649 static void igmpv3_send_cr(struct in_device *in_dev) in igmpv3_send_cr()
[all …]
Ddevinet.c254 struct in_device *in_dev; in inetdev_init() local
304 static void inetdev_destroy(struct in_device *in_dev) in inetdev_destroy()
331 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b) in inet_addr_onlink()
348 static void __inet_del_ifa(struct in_device *in_dev, in __inet_del_ifa()
461 static void inet_del_ifa(struct in_device *in_dev, in inet_del_ifa()
476 struct in_device *in_dev = ifa->ifa_dev; in __inet_insert_ifa() local
565 struct in_device *in_dev = __in_dev_get_rtnl(dev); in inet_set_ifa() local
591 struct in_device *in_dev = NULL; in inetdev_by_index() local
604 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, in inet_ifa_byprefix()
650 struct in_device *in_dev; in inet_rtm_deladdr() local
[all …]
Darp.c226 struct in_device *in_dev; in arp_constructor() local
339 struct in_device *in_dev; in arp_solicit() local
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()
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() local
Dfib_frontend.c273 struct in_device *in_dev; in fib_compute_spec_dst() local
543 struct in_device *in_dev; in rtentry_to_fib_config() local
1094 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() local
1140 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() local
1167 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() local
1450 struct in_device *in_dev; in fib_netdev_event() local
Droute.c763 struct in_device *in_dev; in __ip_do_redirect() local
896 struct in_device *in_dev; in ip_rt_send_redirect() local
964 struct in_device *in_dev; in ip_error() local
1720 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source()
1752 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() local
1788 struct in_device *in_dev, in ip_handle_martian_source()
1815 struct in_device *in_dev, in __mkroute_input()
2038 struct in_device *in_dev, in ip_mkroute_input()
2062 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_use_hint() local
2124 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_slow() local
[all …]
Dip_input.c284 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_options() local
380 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core() local
/kernel/linux/linux-4.19/net/ipv4/
Digmp.c128 #define IGMP_V1_SEEN(in_dev) \ argument
133 #define IGMP_V2_SEEN(in_dev) \ argument
139 static int unsolicited_report_interval(struct in_device *in_dev) in unsolicited_report_interval()
180 #define for_each_pmc_rcu(in_dev, pmc) \ argument
185 #define for_each_pmc_rtnl(in_dev, pmc) \ argument
228 static void igmp_gq_start_timer(struct in_device *in_dev) in igmp_gq_start_timer()
242 static void igmp_ifc_start_timer(struct in_device *in_dev, int delay) in igmp_ifc_start_timer()
337 struct in_device *in_dev = __in_dev_get_rcu(dev); in igmpv3_get_srcaddr() local
588 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc) in igmpv3_send_report()
653 static void igmpv3_send_cr(struct in_device *in_dev) in igmpv3_send_cr()
[all …]
Ddevinet.c247 struct in_device *in_dev; in inetdev_init() local
297 static void inetdev_destroy(struct in_device *in_dev) in inetdev_destroy()
324 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b) in inet_addr_onlink()
339 static void __inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, in __inet_del_ifa()
443 static void inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, in inet_del_ifa()
456 struct in_device *in_dev = ifa->ifa_dev; in __inet_insert_ifa() local
540 struct in_device *in_dev = __in_dev_get_rtnl(dev); in inet_set_ifa() local
566 struct in_device *in_dev = NULL; in inetdev_by_index() local
579 struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, __be32 prefix, in inet_ifa_byprefix()
622 struct in_device *in_dev; in inet_rtm_deladdr() local
[all …]
Darp.c228 struct in_device *in_dev; in arp_constructor() local
341 struct in_device *in_dev; in arp_solicit() local
397 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore()
454 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy()
499 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan()
682 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process() local
Dfib_frontend.c283 struct in_device *in_dev; in fib_compute_spec_dst() local
534 struct in_device *in_dev = __in_dev_get_rtnl(dev); in rtentry_to_fib_config() local
897 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() local
943 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() local
970 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() local
1252 struct in_device *in_dev; in fib_netdev_event() local
Droute.c741 struct in_device *in_dev; in __ip_do_redirect() local
874 struct in_device *in_dev; in ip_rt_send_redirect() local
942 struct in_device *in_dev; in ip_error() local
1655 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source()
1686 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() local
1722 struct in_device *in_dev, in ip_handle_martian_source()
1749 struct in_device *in_dev, in __mkroute_input()
1935 struct in_device *in_dev, in ip_mkroute_input()
1966 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_slow() local
2200 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_rcu() local
[all …]
Dfib_semantics.c563 struct in_device *in_dev; in fib_rebalance() local
876 struct in_device *in_dev; in fib_check_nh() local
1338 struct in_device *in_dev; in fib_dump_info() local
1374 struct in_device *in_dev; in fib_dump_info() local
1446 struct in_device *in_dev = __in_dev_get_rtnl(fib_nh->nh_dev); in call_fib_nh_notifiers() local
Dip_input.c288 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_options() local
366 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_rcv_finish_core() local
/kernel/linux/linux-4.19/net/netfilter/
Dnf_conntrack_broadcast.c30 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_broadcast.c26 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
/kernel/linux/linux-4.19/drivers/input/touchscreen/
Dbu21029_ts.c157 struct input_dev *in_dev; member
338 struct input_dev *in_dev; in bu21029_probe() local
Dbu21013_ts.c155 struct input_dev *in_dev; member
504 struct input_dev *in_dev; in bu21013_probe() local
/kernel/linux/linux-5.10/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
411 struct input_dev *in_dev; in bu21013_probe() local
/kernel/linux/linux-4.19/net/smc/
Dsmc_clc.c99 struct in_device *in_dev = __in_dev_get_rcu(dst->dev); in smc_clc_prfx_set4_rcu() local
192 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu() local
/kernel/linux/linux-5.10/net/smc/
Dsmc_clc.c166 struct in_device *in_dev = __in_dev_get_rcu(dst->dev); in smc_clc_prfx_set4_rcu() local
261 struct in_device *in_dev = __in_dev_get_rcu(dev); in smc_clc_prfx_match4_rcu() local
/kernel/linux/linux-4.19/drivers/isdn/hysdn/
Dhysdn_net.c62 struct in_device *in_dev; in net_open() local
/kernel/linux/linux-4.19/net/bridge/
Dbr_arp_nd_proxy.c97 struct in_device *in_dev; in br_chk_addr_ip() local

1234