Searched refs:nt_flow_info (Results 1 – 1 of 1) sorted by relevance
209 struct ns_flow_info *nt_flow_info; member392 token->nt_flow_info = skmem_cache_alloc(netns_ns_flow_info_cache, in netns_ns_token_alloc()394 ASSERT(token->nt_flow_info != NULL); in netns_ns_token_alloc()408 if (token->nt_flow_info != NULL) { in netns_ns_token_free()409 skmem_cache_free(netns_ns_flow_info_cache, token->nt_flow_info); in netns_ns_token_free()1070 VERIFY(nt->nt_flow_info != NULL); in _netns_reserve_kpi_common()1072 memcpy(nt->nt_flow_info, nfi, sizeof(struct ns_flow_info)); in _netns_reserve_kpi_common()1077 nt->nt_flow_info->nfi_laddr.sin.sin_port = *port; in _netns_reserve_kpi_common()1079 nt->nt_flow_info->nfi_laddr.sin6.sin6_port = *port; in _netns_reserve_kpi_common()1720 if (nt->nt_flow_info == NULL) { in netns_get_flow_info()[all …]