Lines Matching refs:gshad
120 gshad = Cast(inshadow, 'struct nstat_generic_shadow *')
121 procdetails = gshad.gshad_procdetails
123 if gshad :
124 prov_string = GetNstatProviderString(gshad.gshad_provider)
126 …out_string += format_string.format(gshad, prov_string, gshad.gshad_link.tqe_next, gshad.gshad_link…
129 if (gshad.gshad_provider == NSTAT_PROVIDER.CONN_USERLAND) :
130 … out_string += "context (necp_client *)={0: <#020x} ".format(gshad.gshad_provider_context)
131 elif (gshad.gshad_provider == NSTAT_PROVIDER.UDP_SUBFLOW) :
132 … out_string += "context (soflow_hash_entry *)={0: <#020x} ".format(gshad.gshad_provider_context)
134 magic = unsigned(gshad.gshad_magic)
150 for src in IterateTAILQ_HEAD(gshad.gshad_locus.ntl_src_queue, 'nts_locus_link'):
238 gshad = Cast(shadow, 'struct nstat_generic_shadow *')
239 procdetails = gshad.gshad_procdetails
242 if gshad :
244 out_string += format_string.format(gshad)
245 if (gshad.gshad_provider == NSTAT_PROVIDER.CONN_USERLAND) :
246 out_string += "necp_client={0: <#020x} ".format(gshad.gshad_provider_context)
247 elif (gshad.gshad_provider == NSTAT_PROVIDER.UDP_SUBFLOW) :
248 out_string += "soflow_hash_entry={0: <#020x} ".format(gshad.gshad_provider_context)
250 out_string += "context {0: <#020x} ".format(gshad.gshad_provider_context)
251 out_string += " refcnt={0: <d} ".format(gshad.gshad_refcnt)
253 magic = unsigned(gshad.gshad_magic)
378 for gshad in iterator:
379 ShowNstatGShadow(gshad)