Searched refs:socket_offload (Results 1 – 3 of 3) sorted by relevance
25 zephyr_library_sources_ifdef(CONFIG_NET_SOCKETS_OFFLOAD socket_offload.c)
678 net_socket_create_t socket_offload; member1045 return (iface->if_dev->socket_offload != NULL); in net_if_is_socket_offloaded()1060 struct net_if *iface, net_socket_create_t socket_offload) in net_if_socket_offload_set() argument1067 iface->if_dev->socket_offload = socket_offload; in net_if_socket_offload_set()1070 ARG_UNUSED(socket_offload); in net_if_socket_offload_set()1088 return iface->if_dev->socket_offload; in net_if_socket_offload()
1572 iface->if_dev->socket_offload = nsos_socket_create; in nsos_iface_api_init()