Searched refs:check_cb (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/net/switchdev/ |
| 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() 481 check_cb, add_cb); in __switchdev_handle_port_obj_add() 491 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add() 499 err = __switchdev_handle_port_obj_add(dev, port_obj_info, check_cb, in switchdev_handle_port_obj_add() 509 bool (*check_cb)(const struct net_device *dev), in __switchdev_handle_port_obj_del() 517 if (check_cb(dev)) { in __switchdev_handle_port_obj_del() 535 check_cb, del_cb); in __switchdev_handle_port_obj_del() 545 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_del() 551 err = __switchdev_handle_port_obj_del(dev, port_obj_info, check_cb, in switchdev_handle_port_obj_del() [all …]
|
| /Linux-v5.10/include/net/ |
| 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()
|
| /Linux-v5.10/net/batman-adv/ |
| D | fragmentation.h | 19 bool (*check_cb)(struct batadv_frag_table_entry *));
|
| D | fragmentation.c | 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()
|
| /Linux-v5.10/fs/dlm/ |
| D | config.c | 128 int *info_field, bool (*check_cb)(unsigned int x), in cluster_set() 140 if (check_cb && check_cb(x)) in cluster_set() 149 #define CLUSTER_ATTR(name, check_cb) \ argument 155 check_cb, buf, len); \
|