Searched refs:socket_ops (Results 1 – 2 of 2) sorted by relevance
22 const struct sfp_socket_ops *socket_ops; member472 bus->socket_ops->attach(bus->sfp); in sfp_register_bus()474 bus->socket_ops->start(bus->sfp); in sfp_register_bus()486 bus->socket_ops->stop(bus->sfp); in sfp_unregister_bus()487 bus->socket_ops->detach(bus->sfp); in sfp_unregister_bus()506 return bus->socket_ops->module_info(bus->sfp, modinfo); in sfp_get_module_info()524 return bus->socket_ops->module_eeprom(bus->sfp, ee, data); in sfp_get_module_eeprom()544 return bus->socket_ops->module_eeprom_by_page(bus->sfp, page, extack); in sfp_get_module_eeprom_by_page()560 bus->socket_ops->start(bus->sfp); in sfp_upstream_start()577 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: