Home
last modified time | relevance | path

Searched refs:net_offload (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/api/
Dsystem_mgmt.rst16 net_offload.rst
Dnet_offload.rst24 .. doxygengroup:: net_offload
/Zephyr-latest/tests/net/all/src/
Dmain.c41 NET_DEVICE_OFFLOAD_INIT(net_offload, "net_offload",
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink.c207 static struct net_offload simplelink_offload = {
/Zephyr-latest/include/zephyr/net/
Dnet_offload.h52 struct net_offload { struct
Dnet_if.h317 struct net_offload;
690 struct net_offload *offload;
1072 static inline struct net_offload *net_if_offload(struct net_if *iface) in net_if_offload()
/Zephyr-latest/tests/net/offloaded_netdev/src/
Dmain.c34 struct net_offload net_offload_api;
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi_socket.c396 static struct net_offload siwx91x_offload = {
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c516 static struct net_offload eswifi_offload = {
/Zephyr-latest/tests/net/icmp/src/
Dmain.c160 static struct net_offload offload_dummy = {
/Zephyr-latest/drivers/wifi/esp_at/
Desp_offload.c761 static struct net_offload esp_offload = {
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c606 static struct net_offload winc1500_offload = {
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c1744 static struct net_offload offload_funcs = {
Dublox-sara-r4.c2059 static struct net_offload modem_net_offload = {
Dhl7800.c6317 static struct net_offload offload_funcs = {
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst1311 * :github:`14479` - Regression for net_offload API in net_if.c?