Searched refs:check_cb (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/net/switchdev/ |
H A D | switchdev.c | 456 bool (*check_cb)(const struct net_device *dev); member 469 bool (*check_cb)(const struct net_device *dev); in switchdev_lower_dev_walk() 472 check_cb = switchdev_priv->check_cb; in switchdev_lower_dev_walk() 476 if (check_cb(lower_dev) && !foreign_dev_check_cb(lower_dev, dev)) { in switchdev_lower_dev_walk() 486 bool (*check_cb)(const struct net_device *dev), in switchdev_lower_dev_find_rcu() 491 .check_cb = check_cb, in switchdev_lower_dev_find_rcu() 507 bool (*check_cb)(const struct net_device *dev), in switchdev_lower_dev_find() 512 .check_cb in switchdev_lower_dev_find() [all...] |
/kernel/linux/linux-5.10/net/switchdev/ |
H A D | switchdev.c | 449 bool (*check_cb)(const struct net_device *dev), in __switchdev_handle_port_obj_add() 462 if (check_cb(dev)) { in __switchdev_handle_port_obj_add() 482 check_cb, add_cb); in __switchdev_handle_port_obj_add() 492 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add() 500 err = __switchdev_handle_port_obj_add(dev, port_obj_info, check_cb, in switchdev_handle_port_obj_add() 510 bool (*check_cb)(const struct net_device *dev), in __switchdev_handle_port_obj_del() 518 if (check_cb(dev)) { in __switchdev_handle_port_obj_del() 537 check_cb, del_cb); in __switchdev_handle_port_obj_del() 547 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_del() 553 err = __switchdev_handle_port_obj_del(dev, port_obj_info, check_cb, in switchdev_handle_port_obj_del() [all...] |
/kernel/linux/linux-6.6/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)(cons in switchdev_handle_port_obj_del() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | switchdev.h | 287 bool (*check_cb)(const struct net_device *dev), 294 bool (*check_cb)(const struct net_device *dev), 300 bool (*check_cb)(const struct net_device *dev), 371 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add() 383 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_del() 393 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_attr_set()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | fragmentation.h | 19 bool (*check_cb)(struct batadv_frag_table_entry *));
|
H A D | fragmentation.c | 59 * @check_cb: optional function to tell if an entry should be purged 62 bool (*check_cb)(struct batadv_frag_table_entry *)) in batadv_frag_purge_orig() 71 if (!check_cb || check_cb(chain)) { in batadv_frag_purge_orig()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | fragmentation.h | 19 bool (*check_cb)(struct batadv_frag_table_entry *));
|
H A D | fragmentation.c | 58 * @check_cb: optional function to tell if an entry should be purged 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()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | config.c | 131 int *info_field, int (*check_cb)(unsigned int x), in cluster_set() 143 if (check_cb) { in cluster_set() 144 rc = check_cb(x); in cluster_set() 155 #define CLUSTER_ATTR(name, check_cb) \ 161 check_cb, buf, len); \
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | config.c | 128 int *info_field, int (*check_cb)(unsigned int x), in cluster_set() 140 if (check_cb) { in cluster_set() 141 rc = check_cb(x); in cluster_set() 152 #define CLUSTER_ATTR(name, check_cb) \ 158 check_cb, buf, len); \
|
Completed in 10 milliseconds