Searched refs:check_cb (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/switchdev/ |
| H A D | switchdev.c | 574 check_cb = switchdev_priv->check_cb; in switchdev_lower_dev_walk() 593 .check_cb = check_cb, in switchdev_lower_dev_find_rcu() 614 .check_cb = check_cb, in switchdev_lower_dev_find() 643 if (check_cb(dev)) in __switchdev_handle_fdb_event_to_device() 657 if (!check_cb(lower_dev) && in __switchdev_handle_fdb_event_to_device() 663 event, fdb_info, check_cb, in __switchdev_handle_fdb_event_to_device() 701 check_cb, foreign_dev_check_cb, in switchdev_handle_fdb_event_to_device() 727 if (check_cb(dev)) { in __switchdev_handle_port_obj_add() 838 if (check_cb(dev)) { in __switchdev_handle_port_obj_del() 949 if (check_cb(dev)) { in __switchdev_handle_port_attr_set() [all …]
|
| /linux-6.15/include/net/ |
| H A D | switchdev.h | 334 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-6.15/net/batman-adv/ |
| H A D | fragmentation.h | 19 bool (*check_cb)(struct batadv_frag_table_entry *));
|
| H A D | fragmentation.c | 60 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-6.15/fs/dlm/ |
| H A D | config.c | 157 int (*check_cb)(unsigned int x), in cluster_set() 169 if (check_cb) { in cluster_set() 170 rc = check_cb(x); in cluster_set() 180 #define CLUSTER_ATTR(name, check_cb) \ argument 184 return cluster_set(&dlm_config.ci_##name, check_cb, buf, len); \
|