Searched refs:check_cb (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-online-accounts/files/ |
| H A D | 0001-Update-to-rest-1.0.patch | 38 check_cb (RestProxyCall *call, 90 - (RestProxyCallAsyncCallback) check_cb, 91 + (GAsyncReadyCallback) check_cb, 99 - (RestProxyCallAsyncCallback) check_cb, 100 + (GAsyncReadyCallback) check_cb,
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A 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()
|
| H A D | fragmentation.h | 19 bool (*check_cb)(struct batadv_frag_table_entry *));
|
| /OK3568_Linux_fs/kernel/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) \ argument 161 check_cb, buf, len); \
|