Home
last modified time | relevance | path

Searched refs:soflow_entry (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dnecp.c364 struct soflow_hash_entry *soflow_entry; member
10060 …info->soflow_entry = soflow_get_flow(so, NULL, &(info->remote_addr.sa), NULL, 0, override_directio… in necp_socket_fillout_info_locked()
10062 info->soflow_entry = NULL; in necp_socket_fillout_info_locked()
10085 if (info->soflow_entry != NULL) { in necp_socket_fillout_info_locked()
10086 if (!info->soflow_entry->soflow_outgoing) { in necp_socket_fillout_info_locked()
10716 if (info.soflow_entry != NULL) { in necp_socket_find_policy_match()
10717 soflow_free_flow(info.soflow_entry); in necp_socket_find_policy_match()
10783 if (info.soflow_entry != NULL) { in necp_socket_find_policy_match()
10784 info.soflow_entry->soflow_filter_control_unit = filter_control_unit; in necp_socket_find_policy_match()
10785 info.soflow_entry->soflow_policies_gencount = 0; in necp_socket_find_policy_match()
[all …]