Home
last modified time | relevance | path

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

/net/core/
Ddevlink.c6665 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument
6667 return reporter->priv; in devlink_health_reporter_priv()
6676 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() local
6679 list_for_each_entry(reporter, reporter_list, list) in __devlink_health_reporter_find_by_name()
6680 if (!strcmp(reporter->ops->name, reporter_name)) in __devlink_health_reporter_find_by_name()
6681 return reporter; in __devlink_health_reporter_find_by_name()
6708 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() local
6713 reporter = kzalloc(sizeof(*reporter), GFP_KERNEL); in __devlink_health_reporter_create()
6714 if (!reporter) in __devlink_health_reporter_create()
6717 reporter->priv = priv; in __devlink_health_reporter_create()
[all …]
/net/ipv4/
Digmp.c208 im->reporter = 0; in igmp_stop_timer()
849 im->reporter = 1; in igmp_timer_expire()
1296 int reporter; in __igmp_group_dropped() local
1311 reporter = im->reporter; in __igmp_group_dropped()
1318 if (reporter) in __igmp_group_dropped()
2877 im->reporter); in igmp_mc_seq_show()