Searched refs:socket_ops (Results 1 – 2 of 2) sorted by relevance
22 const struct sfp_socket_ops *socket_ops; member456 bus->socket_ops->attach(bus->sfp); in sfp_register_bus()458 bus->socket_ops->start(bus->sfp); in sfp_register_bus()470 bus->socket_ops->stop(bus->sfp); in sfp_unregister_bus()471 bus->socket_ops->detach(bus->sfp); in sfp_unregister_bus()490 return bus->socket_ops->module_info(bus->sfp, modinfo); in sfp_get_module_info()508 return bus->socket_ops->module_eeprom(bus->sfp, ee, data); in sfp_get_module_eeprom()528 return bus->socket_ops->module_eeprom_by_page(bus->sfp, page, extack); in sfp_get_module_eeprom_by_page()544 bus->socket_ops->start(bus->sfp); in sfp_upstream_start()561 bus->socket_ops->stop(bus->sfp); in sfp_upstream_stop()[all …]
1 This file describes how to run the tcp_*_kern.o tcp_bpf (or socket_ops)26 To remove (unattach) a socket_ops BPF program from a cgroupv2: