Searched refs:socket_ops (Results 1 – 2 of 2) sorted by relevance
22 const struct sfp_socket_ops *socket_ops; member473 bus->socket_ops->attach(bus->sfp); in sfp_register_bus()475 bus->socket_ops->start(bus->sfp); in sfp_register_bus()487 bus->socket_ops->stop(bus->sfp); in sfp_unregister_bus()488 bus->socket_ops->detach(bus->sfp); in sfp_unregister_bus()507 return bus->socket_ops->module_info(bus->sfp, modinfo); in sfp_get_module_info()525 return bus->socket_ops->module_eeprom(bus->sfp, ee, data); in sfp_get_module_eeprom()545 return bus->socket_ops->module_eeprom_by_page(bus->sfp, page, extack); in sfp_get_module_eeprom_by_page()561 bus->socket_ops->start(bus->sfp); in sfp_upstream_start()578 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: