Lines Matching refs:resOutput
115 ResState resOutput; in fromResState() local
116 resOutput.netid = other.netid; in fromResState()
117 resOutput.uid = other.uid; in fromResState()
118 resOutput.pid = other.pid; in fromResState()
119 resOutput.id = other.id; in fromResState()
121 resOutput.nsaddrs = other.nsaddrs; in fromResState()
123 for (auto& sock : resOutput.nssocks) { in fromResState()
127 resOutput.ndots = other.ndots; in fromResState()
128 resOutput._mark = other._mark; in fromResState()
129 resOutput.tcp_nssock.reset(); in fromResState()
130 resOutput.event = event; in fromResState()
131 resOutput.netcontext_flags = other.netcontext_flags; in fromResState()
132 return resOutput; in fromResState()