Lines Matching refs:context
59 struct net_context **context);
64 int (*bind)(struct net_context *context,
72 int (*listen)(struct net_context *context, int backlog);
78 int (*connect)(struct net_context *context,
89 int (*accept)(struct net_context *context,
116 int (*recv)(struct net_context *context,
124 int (*put)(struct net_context *context);
148 struct net_context **context) in net_offload_get() argument
154 return net_if_offload(iface)->get(family, type, ip_proto, context); in net_offload_get()
171 struct net_context *context, in net_offload_bind() argument
179 return net_if_offload(iface)->bind(context, addr, addrlen); in net_offload_bind()
195 struct net_context *context, in net_offload_listen() argument
202 return net_if_offload(iface)->listen(context, backlog); in net_offload_listen()
235 struct net_context *context, in net_offload_connect() argument
247 context, addr, addrlen, cb, in net_offload_connect()
280 struct net_context *context, in net_offload_accept() argument
290 context, cb, in net_offload_accept()
417 struct net_context *context, in net_offload_recv() argument
427 context, cb, in net_offload_recv()
446 struct net_context *context) in net_offload_put() argument
452 return net_if_offload(iface)->put(context); in net_offload_put()
463 struct net_context **context)
469 struct net_context *context,
477 struct net_context *context,
484 struct net_context *context,
495 struct net_context *context,
524 struct net_context *context,
533 struct net_context *context)