Home
last modified time | relevance | path

Searched refs:check_cb (Results 1 – 5 of 5) sorted by relevance

/linux/net/switchdev/
A Dswitchdev.c563 check_cb = switchdev_priv->check_cb; in switchdev_lower_dev_walk()
582 .check_cb = check_cb, in switchdev_lower_dev_find_rcu()
603 .check_cb = check_cb, in switchdev_lower_dev_find()
632 if (check_cb(dev)) in __switchdev_handle_fdb_event_to_device()
646 if (!check_cb(lower_dev) && in __switchdev_handle_fdb_event_to_device()
652 event, fdb_info, check_cb, in __switchdev_handle_fdb_event_to_device()
690 check_cb, foreign_dev_check_cb, in switchdev_handle_fdb_event_to_device()
716 if (check_cb(dev)) { in __switchdev_handle_port_obj_add()
827 if (check_cb(dev)) { in __switchdev_handle_port_obj_del()
938 if (check_cb(dev)) { in __switchdev_handle_port_attr_set()
[all …]
/linux/include/net/
A Dswitchdev.h334 bool (*check_cb)(const struct net_device *dev),
343 bool (*check_cb)(const struct net_device *dev),
349 bool (*check_cb)(const struct net_device *dev),
357 bool (*check_cb)(const struct net_device *dev),
362 bool (*check_cb)(const struct net_device *dev),
370 bool (*check_cb)(const struct net_device *dev),
461 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_fdb_event_to_device()
474 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add()
484 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add_foreign()
497 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_del()
[all …]
/linux/net/batman-adv/
A Dfragmentation.h19 bool (*check_cb)(struct batadv_frag_table_entry *));
A Dfragmentation.c60 bool (*check_cb)(struct batadv_frag_table_entry *)) in batadv_frag_purge_orig()
69 if (!check_cb || check_cb(chain)) { in batadv_frag_purge_orig()
/linux/fs/dlm/
A Dconfig.c136 int *info_field, int (*check_cb)(unsigned int x), in cluster_set()
148 if (check_cb) { in cluster_set()
149 rc = check_cb(x); in cluster_set()
160 #define CLUSTER_ATTR(name, check_cb) \ argument
166 check_cb, buf, len); \

Completed in 15 milliseconds