Searched refs:nt_flow_info (Results 1 – 1 of 1) sorted by relevance
208 struct ns_flow_info *nt_flow_info; member391 token->nt_flow_info = skmem_cache_alloc(netns_ns_flow_info_cache, in netns_ns_token_alloc()393 ASSERT(token->nt_flow_info != NULL); in netns_ns_token_alloc()407 if (token->nt_flow_info != NULL) { in netns_ns_token_free()408 skmem_cache_free(netns_ns_flow_info_cache, token->nt_flow_info); in netns_ns_token_free()1069 VERIFY(nt->nt_flow_info != NULL); in _netns_reserve_kpi_common()1071 memcpy(nt->nt_flow_info, nfi, sizeof(struct ns_flow_info)); in _netns_reserve_kpi_common()1076 nt->nt_flow_info->nfi_laddr.sin.sin_port = *port; in _netns_reserve_kpi_common()1078 nt->nt_flow_info->nfi_laddr.sin6.sin6_port = *port; in _netns_reserve_kpi_common()1719 if (nt->nt_flow_info == NULL) { in netns_get_flow_info()[all …]