Home
last modified time | relevance | path

Searched refs:check_cb (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/switchdev/
A Dswitchdev.c399 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 Dswitchdev.h331 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 Dfragmentation.h19 bool (*check_cb)(struct batadv_frag_table_entry *));
A Dfragmentation.c61 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 Dconfig.c134 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