Searched refs:necp_flow_defunct (Results 1 – 1 of 1) sorted by relevance
540 struct necp_flow_defunct { struct541 LIST_ENTRY(necp_flow_defunct) chain;552 LIST_HEAD(_necp_flow_defunct_list, necp_flow_defunct); argument1264 struct necp_flow_defunct *flow_defunct = kalloc_type(struct necp_flow_defunct, in necp_defunct_flow_registration()1687 struct necp_flow_defunct *flow_defunct = NULL; in necp_process_defunct_list()1688 struct necp_flow_defunct *temp_flow_defunct = NULL; in necp_process_defunct_list()1714 kfree_type(struct necp_flow_defunct, flow_defunct); in necp_process_defunct_list()4788 … struct necp_flow_defunct *flow_defunct = kalloc_type(struct necp_flow_defunct, Z_WAITOK | Z_ZERO); in necp_defunct_client_fd_locked_inner()