K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-08-19T01:13:10.000000Z K 7 svn:log V 279 Push down pcbinfo and inpcb locking from udp_send() into udp_output(). This provides greater context for the locking and allows us to avoid locking the pcbinfo structure if not binding operations will take place (i.e., already bound, connected, and no expliti sendto() address). END