Searched refs:cbdata (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | route_helpers.c | 226 void *cbdata) in decompose_change_notification() argument 275 cb(&rc_del, cbdata); in decompose_change_notification() 279 cb(&rc_add, cbdata); in decompose_change_notification() 294 cb(&rc_add, cbdata); in decompose_change_notification() 300 cb(&rc_del, cbdata); in decompose_change_notification() 321 cb(&rc_del, cbdata); in decompose_change_notification() 329 cb(&rc_del, cbdata); in decompose_change_notification() 336 cb(&rc_add, cbdata); in decompose_change_notification() 348 void *cbdata) in rib_decompose_notification() argument 365 cb(&rc_new, cbdata); in rib_decompose_notification() [all …]
|
| H A D | route_ctl.h | 59 route_notification_t *cb, void *cbdata);
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_iface.c | 380 ic->cb(ch, ic->cbdata, iif->ifindex); in ipfw_iface_add_notify() 433 ic->cb(ch, ic->cbdata, iif->ifindex); in handle_ifattach() 450 ic->cb(ch, ic->cbdata, 0); in handle_ifdetach()
|
| H A D | ip_fw_private.h | 366 typedef void (ipfw_ifc_cb)(struct ip_fw_chain *ch, void *cbdata, 383 void *cbdata; member
|
| H A D | ip_fw_table_algo.c | 1952 static void if_notifier(struct ip_fw_chain *ch, void *cbdata, uint16_t ifindex); 2199 ife->ic.cbdata = ife; in ta_prepare_add_ifidx() 2368 if_notifier(struct ip_fw_chain *ch, void *cbdata, uint16_t ifindex) in if_notifier() argument 2376 ife = (struct ifentry *)cbdata; in if_notifier()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_hwrm.h | 236 void (*vnic_cb)(struct bnxt_vnic_info *, void *), void *cbdata,
|
| H A D | bnxt_hwrm.c | 4435 bnxt_vnic_count(struct bnxt_vnic_info *vnic __rte_unused, void *cbdata) in bnxt_vnic_count() argument 4437 uint32_t *count = cbdata; in bnxt_vnic_count() 4494 void (*vnic_cb)(struct bnxt_vnic_info *, void *), void *cbdata, in bnxt_hwrm_func_vf_vnic_query_and_config() argument 4530 vnic_cb(&vnic, cbdata); in bnxt_hwrm_func_vf_vnic_query_and_config()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zio.h | 363 typedef void zio_cksum_free_f(void *cbdata, size_t size);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 9208 hist_cbdata_t cbdata = { 0 }; in zpool_do_history() local 9212 cbdata.first = B_TRUE; in zpool_do_history() 9217 cbdata.longfmt = B_TRUE; in zpool_do_history() 9220 cbdata.internal = B_TRUE; in zpool_do_history() 9232 &cbdata); in zpool_do_history() 9234 if (argc == 0 && cbdata.first == B_TRUE) { in zpool_do_history()
|