Lines Matching refs:necp_client_flow

411 struct necp_client_flow {  struct
412 LIST_ENTRY(necp_client_flow) flow_chain;
452 LIST_HEAD(_necp_registration_flow_list, necp_client_flow) flow_list; argument
1100 struct necp_client_flow *flow = NULL; in necp_flow_save_current_interface_details()
1113 struct necp_client_flow *flow = NULL; in necp_client_collect_interface_stats()
1286 struct necp_client_flow *search_flow = NULL; in necp_defunct_flow_registration()
1594 struct necp_client_flow *search_flow = NULL; in necp_destroy_client_flow_registration()
1595 struct necp_client_flow *temp_flow = NULL; in necp_destroy_client_flow_registration()
1637 kfree_type(struct necp_client_flow, search_flow); in necp_destroy_client_flow_registration()
1884 …struct necp_client_flow *new_flow = kalloc_type(struct necp_client_flow, Z_WAITOK | Z_ZERO | Z_NOF… in necp_client_add_nexus_flow()
1908 struct necp_client_flow *flow = NULL; in necp_client_add_nexus_flow_if_needed()
1931 static struct necp_client_flow *
1935 …struct necp_client_flow *new_flow = kalloc_type(struct necp_client_flow, Z_WAITOK | Z_ZERO | Z_NOF… in necp_client_add_interface_flow()
1949 static struct necp_client_flow *
1960 struct necp_client_flow *flow = NULL; in necp_client_add_interface_flow_if_needed()
2060 struct necp_client_flow *flow) in necp_client_flow_is_viable()
2119 …struct necp_client_flow *flow = necp_client_add_interface_flow_if_needed(client, flow_registration… in necp_flow_add_interface_flows()
2130 …struct necp_client_flow *flow = necp_client_add_interface_flow_if_needed(client, flow_registration… in necp_flow_add_interface_flows()
2151 struct necp_client_flow *flow = NULL; in necp_client_update_flows()
2152 struct necp_client_flow *temp_flow = NULL; in necp_client_update_flows()
2238 kfree_type(struct necp_client_flow, flow); in necp_client_update_flows()
2256 struct necp_client_flow *flow = NULL; in necp_client_mark_all_nonsocket_flows_as_invalid()
3339 …struct necp_client_flow *new_flow = kalloc_type(struct necp_client_flow, Z_WAITOK | Z_ZERO | Z_NOF… in necp_client_add_socket_flow()
3673 struct necp_client_flow *search_flow = NULL; in necp_client_unregister_socket_flow()
3674 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_socket_flow()
3685 kfree_type(struct necp_client_flow, search_flow); in necp_client_unregister_socket_flow()
3727 struct necp_client_flow *search_flow = NULL; in necp_client_unregister_multipath_cb()
3728 struct necp_client_flow *temp_flow = NULL; in necp_client_unregister_multipath_cb()
3788 struct necp_client_flow *flow = NULL; in necp_client_assign_from_socket()
3944 struct necp_client_flow *flow = NULL; in necp_update_flow_protoctl_event()
4001 struct necp_client_flow *flow = NULL; in necp_assign_client_result_locked()
4541 struct necp_client_flow *search_flow = NULL; in necp_update_client_result()
4908 struct necp_client_flow *search_flow = NULL; in necp_defunct_client_fd_locked_inner()
6318 struct necp_client_flow *flow = NULL; in necp_request_tcp_netstats()
6459 struct necp_client_flow *flow = NULL; in necp_request_udp_netstats()
6598 struct necp_client_flow *flow = NULL; in necp_request_quic_netstats()
7421 necp_client_check_tcp_heuristics(struct necp_client *client, struct necp_client_flow *flow, u_int32… in necp_client_check_tcp_heuristics()
7508 struct necp_client_flow *flow = NULL; in necp_client_calculate_flow_tlv_size()
7535 struct necp_client_flow *flow = NULL; in necp_client_fillout_flow_tlvs()
9860 struct necp_client_flow *flow = LIST_FIRST(&flow_registration->flow_list); in necp_client_update_cache()