Lines Matching refs:conn_handler
656 if (context->conn_handler) { in net_context_unref()
660 net_conn_unregister(context->conn_handler); in net_context_unref()
663 context->conn_handler = NULL; in net_context_unref()
855 if (context->conn_handler) { in net_context_bind()
1183 static inline struct net_context *find_context(void *conn_handler) in find_context() argument
1192 if (contexts[i].conn_handler == conn_handler) { in find_context()
2771 if (context->conn_handler) { in recv_udp()
2773 ret = net_conn_update(context->conn_handler, in recv_udp()
2823 &context->conn_handler); in recv_udp()
2882 if (context->conn_handler) { in recv_raw()
2884 ret = net_conn_update(context->conn_handler, in recv_raw()
2904 &context->conn_handler); in recv_raw()