K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-12-05T22:08:37.000000Z K 7 svn:log V 309 Pass the inpcb reference into ip_getmoptions() rather than just the inp->inp_moptions pointer, so that ip_getmoptions() can perform necessary locking when doing non-atomic reads. Lock the inpcb by default to copy any data to local variables, then unlock before performing sooptcopyout(). MFC after: 2 weeks END