Searched refs:nt_flow_info (Results 1 – 1 of 1) sorted by relevance
200 struct ns_flow_info *nt_flow_info; member386 token->nt_flow_info = skmem_cache_alloc(netns_ns_flow_info_cache, in netns_ns_token_alloc()388 if (token->nt_flow_info == NULL) { in netns_ns_token_alloc()405 if (token->nt_flow_info != NULL) { in netns_ns_token_free()406 skmem_cache_free(netns_ns_flow_info_cache, token->nt_flow_info); in netns_ns_token_free()1091 VERIFY(nt->nt_flow_info != NULL); in _netns_reserve_kpi_common()1093 memcpy(nt->nt_flow_info, nfi, sizeof(struct ns_flow_info)); in _netns_reserve_kpi_common()1098 nt->nt_flow_info->nfi_laddr.sin.sin_port = *port; in _netns_reserve_kpi_common()1100 nt->nt_flow_info->nfi_laddr.sin6.sin6_port = *port; in _netns_reserve_kpi_common()1739 if (nt->nt_flow_info == NULL) { in netns_get_flow_info()[all …]