Searched refs:softnic_conn (Results 1 – 3 of 3) sorted by relevance
10 struct softnic_conn;37 struct softnic_conn *41 softnic_conn_free(struct softnic_conn *conn);44 softnic_conn_poll_for_conn(struct softnic_conn *conn);47 softnic_conn_poll_for_msg(struct softnic_conn *conn);
22 struct softnic_conn { struct38 struct softnic_conn * argument42 struct softnic_conn *conn; in softnic_conn_init()63 conn = calloc(1, sizeof(struct softnic_conn)); in softnic_conn_init()134 softnic_conn_free(struct softnic_conn *conn) in softnic_conn_free()153 softnic_conn_poll_for_conn(struct softnic_conn *conn) in softnic_conn_poll_for_conn()211 data_event_handle(struct softnic_conn *conn, in data_event_handle()278 control_event_handle(struct softnic_conn *conn, in control_event_handle()298 softnic_conn_poll_for_msg(struct softnic_conn *conn) in softnic_conn_poll_for_msg()
617 struct softnic_conn *conn;