K 10 svn:author V 2 bz K 8 svn:date V 27 2008-08-02T14:55:58.198459Z K 7 svn:log V 405 MFC: r180371,180386 cvs rev. 1.91 in6_pcb.c, 1.52,1.53 in6_src.c, 1.43 ip6_var.h rev. 1.80 raw_ip6.c, 1.91 udp6_usrreq.c Change the parameters to in6_selectsrc(): - pass in the inp instead of both in6p_moptions and laddr. - pass in cred for upcoming prison checks. Document required locking in in6_sleectsrc() in case an inp is passed in by adding an assert. Requested by: rwatson END