Home
last modified time | relevance | path

Searched refs:net_if_socket_offload (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c358 if (net_if_socket_offload(iface) != NULL) { in sock_dispatch_setsockopt_vmeth()
360 fd = sock_dispatch_socket(obj, net_if_socket_offload(iface)); in sock_dispatch_setsockopt_vmeth()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h1081 static inline net_socket_create_t net_if_socket_offload(struct net_if *iface) in net_if_socket_offload() function