Searched refs:nt_flow_info (Results 1 – 1 of 1) sorted by relevance
201 struct ns_flow_info *nt_flow_info; member382 token->nt_flow_info = skmem_cache_alloc(netns_ns_flow_info_cache, in netns_ns_token_alloc()384 ASSERT(token->nt_flow_info != NULL); in netns_ns_token_alloc()398 if (token->nt_flow_info != NULL) { in netns_ns_token_free()399 skmem_cache_free(netns_ns_flow_info_cache, token->nt_flow_info); in netns_ns_token_free()1080 VERIFY(nt->nt_flow_info != NULL); in _netns_reserve_kpi_common()1082 memcpy(nt->nt_flow_info, nfi, sizeof(struct ns_flow_info)); in _netns_reserve_kpi_common()1087 nt->nt_flow_info->nfi_laddr.sin.sin_port = *port; in _netns_reserve_kpi_common()1089 nt->nt_flow_info->nfi_laddr.sin6.sin6_port = *port; in _netns_reserve_kpi_common()1728 if (nt->nt_flow_info == NULL) { in netns_get_flow_info()[all …]