Home
last modified time | relevance | path

Searched refs:reporter (Results 1 – 2 of 2) sorted by relevance

/net/core/
Ddevlink.c5844 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument
5846 return reporter->priv; in devlink_health_reporter_priv()
5855 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local
5858 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name()
5859 if (!strcmp(reporter->ops->name, reporter_name)) in __devlink_health_reporter_find_by_name()
5860 return reporter; in __devlink_health_reporter_find_by_name()
5887 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local
5892 reporter = kzalloc(sizeof(*reporter), GFP_KERNEL); in __devlink_health_reporter_create()
5893 if (!reporter) in __devlink_health_reporter_create()
5896 reporter->priv = priv; in __devlink_health_reporter_create()
[all …]
/net/ipv4/
Digmp.c208 im->reporter = 0; in igmp_stop_timer()
842 im->reporter = 1; in igmp_timer_expire()
1289 int reporter; in __igmp_group_dropped() local
1304 reporter = im->reporter; in __igmp_group_dropped()
1311 if (reporter) in __igmp_group_dropped()
2864 im->reporter); in igmp_mc_seq_show()