K 10 svn:author V 2 bz K 8 svn:date V 27 2008-10-30T16:29:04.784354Z K 7 svn:log V 297 MFC: r183606, r183610 Cache so_cred as inp_cred in the inpcb. This means that inp_cred is always there, even after the socket has gone away. It also means that it is constant for the lifetime of the inp. Both facts lead to simpler code and possibly less locking. Approved by: re (gnn) END