Lines Matching refs:necp_client_flow

407 struct necp_client_flow {  struct
408 LIST_ENTRY(necp_client_flow) flow_chain;
448 LIST_HEAD(_necp_registration_flow_list, necp_client_flow) flow_list; argument
1092 struct necp_client_flow *flow = NULL; in necp_flow_save_current_interface_details()
1105 struct necp_client_flow *flow = NULL; in necp_client_collect_interface_stats()
1278 struct necp_client_flow *search_flow = NULL; in necp_defunct_flow_registration()
1586 struct necp_client_flow *search_flow = NULL; in necp_destroy_client_flow_registration()
1587 struct necp_client_flow *temp_flow = NULL; in necp_destroy_client_flow_registration()
1877 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_nexus_flow()
1907 struct necp_client_flow *flow = NULL; in necp_client_add_nexus_flow_if_needed()
1930 static struct necp_client_flow *
1934 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_interface_flow()
1954 static struct necp_client_flow *
1965 struct necp_client_flow *flow = NULL; in necp_client_add_interface_flow_if_needed()
2065 struct necp_client_flow *flow) in necp_client_flow_is_viable()
2124 …struct necp_client_flow *flow = necp_client_add_interface_flow_if_needed(client, flow_registration… in necp_flow_add_interface_flows()
2135 …struct necp_client_flow *flow = necp_client_add_interface_flow_if_needed(client, flow_registration… in necp_flow_add_interface_flows()
2156 struct necp_client_flow *flow = NULL; in necp_client_update_flows()
2157 struct necp_client_flow *temp_flow = NULL; in necp_client_update_flows()
2261 struct necp_client_flow *flow = NULL; in necp_client_mark_all_nonsocket_flows_as_invalid()
3230 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_socket_flow()
3570 struct necp_client_flow *search_flow = NULL; in necp_client_unregister_socket_flow()
3571 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_socket_flow()
3624 struct necp_client_flow *search_flow = NULL; in necp_client_unregister_multipath_cb()
3625 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_multipath_cb()
3685 struct necp_client_flow *flow = NULL; in necp_client_assign_from_socket()
3841 struct necp_client_flow *flow = NULL; in necp_update_flow_protoctl_event()
3897 struct necp_client_flow *flow = NULL; in necp_assign_client_result_locked()
4436 struct necp_client_flow *search_flow = NULL; in necp_update_client_result()
4803 struct necp_client_flow *search_flow = NULL; in necp_defunct_client_fd_locked_inner()
6112 struct necp_client_flow *flow = NULL; in necp_request_tcp_netstats()
6253 struct necp_client_flow *flow = NULL; in necp_request_udp_netstats()
6392 struct necp_client_flow *flow = NULL; in necp_request_quic_netstats()
7150 necp_client_check_tcp_heuristics(struct necp_client *client, struct necp_client_flow *flow, u_int32… in necp_client_check_tcp_heuristics()
7237 struct necp_client_flow *flow = NULL; in necp_client_calculate_flow_tlv_size()
7264 struct necp_client_flow *flow = NULL; in necp_client_fillout_flow_tlvs()
9547 struct necp_client_flow *flow = LIST_FIRST(&flow_registration->flow_list); in necp_client_update_cache()
10399 necp_flow_size = sizeof(struct necp_client_flow); in necp_client_init()