Searched refs:nt_flow_info (Results 1 – 1 of 1) sorted by relevance
203 struct ns_flow_info *nt_flow_info; member383 token->nt_flow_info = skmem_cache_alloc(netns_ns_flow_info_cache, in netns_ns_token_alloc()385 ASSERT(token->nt_flow_info != NULL); in netns_ns_token_alloc()399 if (token->nt_flow_info != NULL) { in netns_ns_token_free()400 skmem_cache_free(netns_ns_flow_info_cache, token->nt_flow_info); in netns_ns_token_free()1063 VERIFY(nt->nt_flow_info != NULL); in _netns_reserve_kpi_common()1065 memcpy(nt->nt_flow_info, nfi, sizeof(struct ns_flow_info)); in _netns_reserve_kpi_common()1070 nt->nt_flow_info->nfi_laddr.sin.sin_port = *port; in _netns_reserve_kpi_common()1072 nt->nt_flow_info->nfi_laddr.sin6.sin6_port = *port; in _netns_reserve_kpi_common()1707 if (nt->nt_flow_info == NULL) { in netns_get_flow_info()[all …]