Searched refs:check_cb (Results 1 – 5 of 5) sorted by relevance
| /linux/net/switchdev/ |
| A D | switchdev.c | 398 check_cb = switchdev_priv->check_cb; in switchdev_lower_dev_walk() 417 .check_cb = check_cb, in switchdev_lower_dev_find() 449 if (check_cb(dev)) in __switchdev_handle_fdb_event_to_device() 479 if (!check_cb(lower_dev) && in __switchdev_handle_fdb_event_to_device() 485 event, fdb_info, check_cb, in __switchdev_handle_fdb_event_to_device() 550 if (check_cb(dev)) { in __switchdev_handle_port_obj_add() 569 check_cb, add_cb); in __switchdev_handle_port_obj_add() 605 if (check_cb(dev)) { in __switchdev_handle_port_obj_del() 624 check_cb, del_cb); in __switchdev_handle_port_obj_del() 663 if (check_cb(dev)) { in __switchdev_handle_port_attr_set() [all …]
|
| /linux/include/net/ |
| A D | switchdev.h | 304 bool (*check_cb)(const struct net_device *dev), 316 bool (*check_cb)(const struct net_device *dev), 322 bool (*check_cb)(const struct net_device *dev), 328 bool (*check_cb)(const struct net_device *dev), 419 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_fdb_event_to_device() 435 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_add() 446 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_obj_del() 456 bool (*check_cb)(const struct net_device *dev), in switchdev_handle_port_attr_set()
|
| /linux/net/batman-adv/ |
| 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()
|
| A D | fragmentation.h | 19 bool (*check_cb)(struct batadv_frag_table_entry *));
|
| /linux/fs/dlm/ |
| A D | config.c | 132 int *info_field, int (*check_cb)(unsigned int x), in cluster_set() 144 if (check_cb) { in cluster_set() 145 rc = check_cb(x); in cluster_set() 156 #define CLUSTER_ATTR(name, check_cb) \ argument 162 check_cb, buf, len); \
|
Completed in 10 milliseconds