Lines Matching defs:context
2182 int net_tcp_get(struct net_context *context) in net_tcp_get()
2395 struct net_context *context = NULL; in tcp_conn_new() local
2962 struct net_context *context = NULL; in tcp_in() local
3628 int net_tcp_put(struct net_context *context) in net_tcp_put()
3688 int net_tcp_listen(struct net_context *context) in net_tcp_listen()
3696 int net_tcp_update_recv_wnd(struct net_context *context, int32_t delta) in net_tcp_update_recv_wnd()
3715 int net_tcp_queue(struct net_context *context, const void *data, size_t len, in net_tcp_queue()
3807 int net_tcp_send_data(struct net_context *context, net_context_send_cb_t cb, in net_tcp_send_data()
3821 int net_tcp_connect(struct net_context *context, in net_tcp_connect()
3992 int net_tcp_accept(struct net_context *context, net_tcp_accept_cb_t cb, in net_tcp_accept()
4075 int net_tcp_recv(struct net_context *context, net_context_recv_cb_t cb, in net_tcp_recv()
4152 struct net_context *context = in tcp_input() local
4275 struct net_context *context = tcp_calloc(1, in tp_input() local
4292 struct net_context *context; in tp_input() local
4536 int net_tcp_set_option(struct net_context *context, in net_tcp_set_option()
4573 int net_tcp_get_option(struct net_context *context, in net_tcp_get_option()
4615 struct k_sem *net_tcp_tx_sem_get(struct net_context *context) in net_tcp_tx_sem_get()
4622 struct k_sem *net_tcp_conn_sem_get(struct net_context *context) in net_tcp_conn_sem_get()