Searched refs:check_cb (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/switchdev/ |
A D | switchdev.c | 399 check_cb = switchdev_priv->check_cb; in switchdev_lower_dev_walk() 418 .check_cb = check_cb, in switchdev_lower_dev_find_rcu() 439 .check_cb = check_cb, in switchdev_lower_dev_find() 468 if (check_cb(dev)) in __switchdev_handle_fdb_event_to_device() 482 if (!check_cb(lower_dev) && in __switchdev_handle_fdb_event_to_device() 488 event, fdb_info, check_cb, in __switchdev_handle_fdb_event_to_device() 526 check_cb, foreign_dev_check_cb, in switchdev_handle_fdb_event_to_device() 552 if (check_cb(dev)) { in __switchdev_handle_port_obj_add() 663 if (check_cb(dev)) { in __switchdev_handle_port_obj_del() 774 if (check_cb(dev)) { in __switchdev_handle_port_attr_set() [all …]
|
/linux-6.3-rc2/include/net/ |
A D | switchdev.h | 331 bool (*check_cb)(const struct net_device *dev), 340 bool (*check_cb)(const struct net_device *dev), 346 bool (*check_cb)(const struct net_device *dev), 354 bool (*check_cb)(const struct net_device *dev), 359 bool (*check_cb)(const struct net_device *dev), 367 bool (*check_cb)(const struct net_device *dev), 458 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_fdb_event_to_device() 471 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add() 481 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add_foreign() 494 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_del() [all …]
|
/linux-6.3-rc2/net/batman-adv/ |
A D | fragmentation.h | 19 bool (*check_cb)(struct batadv_frag_table_entry *));
|
A D | fragmentation.c | 61 bool (*check_cb)(struct batadv_frag_table_entry *)) in batadv_frag_purge_orig() 70 if (!check_cb || check_cb(chain)) { in batadv_frag_purge_orig()
|
/linux-6.3-rc2/fs/dlm/ |
A D | config.c | 134 int *info_field, int (*check_cb)(unsigned int x), in cluster_set() 146 if (check_cb) { in cluster_set() 147 rc = check_cb(x); in cluster_set() 158 #define CLUSTER_ATTR(name, check_cb) \ argument 164 check_cb, buf, len); \
|
Completed in 14 milliseconds