Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 4 of 4) sorted by relevance

/net/ethtool/
Dstats.c289 const struct ethtool_rmon_hist_range *ranges) in stats_put_rmon_hist() argument
294 if (!ranges) in stats_put_rmon_hist()
298 if (!ranges[i].low && !ranges[i].high) in stats_put_rmon_hist()
308 ranges[i].low) || in stats_put_rmon_hist()
310 ranges[i].high) || in stats_put_rmon_hist()
/net/tipc/
Dname_table.c84 struct rb_root ranges; member
111 for (sr = service_range_match_first((sc)->ranges.rb_node, \ in RB_DECLARE_CALLBACKS_MAX()
272 service->ranges = RB_ROOT; in tipc_service_create()
304 n = &sc->ranges.rb_node; in tipc_service_create_range()
326 rb_insert_augmented(&sr->tree_node, &sc->ranges, &sr_callbacks); in tipc_service_create_range()
528 rb_erase_augmented(&sr->tree_node, &sc->ranges, &sr_callbacks); in tipc_nametbl_remove_publ()
533 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_remove_publ()
647 sr = service_range_match_first(sc->ranges.rb_node, inst, inst); in tipc_nametbl_lookup_group()
744 for (n = rb_first(&sc->ranges); n; n = rb_next(n)) { in tipc_nametbl_build_group()
876 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_unsubscribe()
[all …]
/net/dsa/
Dslave.c1050 const struct ethtool_rmon_hist_range **ranges) in dsa_slave_get_rmon_stats() argument
1056 ds->ops->get_rmon_stats(ds, dp->index, rmon_stats, ranges); in dsa_slave_get_rmon_stats()
/net/netfilter/
DKconfig1676 test whether the results are in any of a set of specified ranges.