| /kernel/linux/linux-4.19/include/linux/ |
| D | inetdevice.h | 57 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/ |
| D | inetdevice.h | 57 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/ |
| 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 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 …]
|
| D | devinet.c | 254 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 …]
|
| D | arp.c | 226 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
|
| D | fib_frontend.c | 273 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
|
| D | route.c | 763 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 …]
|
| D | ip_input.c | 284 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/ |
| D | igmp.c | 128 #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 …]
|
| D | devinet.c | 247 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 …]
|
| D | arp.c | 228 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
|
| D | fib_frontend.c | 283 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
|
| D | route.c | 741 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 …]
|
| D | fib_semantics.c | 563 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
|
| D | ip_input.c | 288 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/ |
| D | nf_conntrack_broadcast.c | 30 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_conntrack_broadcast.c | 26 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
|
| /kernel/linux/linux-4.19/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 | 155 struct input_dev *in_dev; member 504 struct input_dev *in_dev; in bu21013_probe() local
|
| /kernel/linux/linux-5.10/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 411 struct input_dev *in_dev; in bu21013_probe() local
|
| /kernel/linux/linux-4.19/net/smc/ |
| D | smc_clc.c | 99 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/ |
| D | smc_clc.c | 166 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/ |
| D | hysdn_net.c | 62 struct in_device *in_dev; in net_open() local
|
| /kernel/linux/linux-4.19/net/bridge/ |
| D | br_arp_nd_proxy.c | 97 struct in_device *in_dev; in br_chk_addr_ip() local
|