Searched refs:rules_list (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/core/
H A Dfib_rules.c77 list_add_tail(&r->list, &ops->rules_list);
87 if (!list_empty(&ops->rules_list)) {
88 pos = ops->rules_list.next;
89 if (pos->next != &ops->rules_list) {
172 INIT_LIST_HEAD(&ops->rules_list);
189 list_for_each_entry_safe(rule, tmp, &ops->rules_list, list) {
299 list_for_each_entry_rcu(rule, &ops->rules_list, list) {
387 list_for_each_entry_rcu(rule, &ops->rules_list, list) {
424 list_for_each_entry(r, &ops->rules_list, list) {
689 list_for_each_entry(r, &ops->rules_list, lis
[all...]
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c572 list_for_each_entry(rule, &priv->cfp.rules_list, next) {
587 if (list_empty(&priv->cfp.rules_list))
590 list_for_each_entry(rule, &priv->cfp.rules_list, next) {
965 list_add_tail(&rule->next, &priv->cfp.rules_list);
1217 if (list_empty(&priv->cfp.rules_list))
1220 list_for_each_entry_safe_reverse(rule, n, &priv->cfp.rules_list, next)
1231 if (list_empty(&priv->cfp.rules_list))
1242 list_for_each_entry(rule, &priv->cfp.rules_list, next) {
H A Dbcm_sf2.h58 struct list_head rules_list; member in struct:bcm_sf2_cfp_priv
H A Dbcm_sf2.c1410 INIT_LIST_HEAD(&priv->cfp.rules_list);
/linux-master/include/net/
H A Dfib_rules.h94 struct list_head rules_list; member in struct:fib_rules_ops

Completed in 127 milliseconds