Print this page
OS-4647 lx fails to mount nfs share - Transport endpoint is already connected

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/udp_impl.h
          +++ new/usr/src/uts/common/inet/udp_impl.h
↓ open down ↓ 170 lines elided ↑ open up ↑
 171  171  
 172  172          ip_pkt_t        udp_recv_ipp;   /* Used for IPv4 options received */
 173  173  
 174  174          /* Written to only once at the time of opening the endpoint */
 175  175          conn_t          *udp_connp;
 176  176  
 177  177          uint32_t
 178  178                  udp_issocket : 1,       /* socket mode; sockfs is on top */
 179  179                  udp_nat_t_endpoint : 1, /* UDP_NAT_T_ENDPOINT option */
 180  180                  udp_rcvhdr : 1,         /* UDP_RCVHDR option */
      181 +                udp_snd_to_conn: 1,     /* UDP_SND_TO_CONNECTED option */
 181  182  
 182      -                udp_pad_to_bit_31 : 29;
      183 +                udp_pad_to_bit_31 : 28;
 183  184  
 184  185          /* Following 2 fields protected by the uf_lock */
 185  186          struct udp_s    *udp_bind_hash; /* Bind hash chain */
 186  187          struct udp_s    **udp_ptpbhn; /* Pointer to previous bind hash next. */
 187  188  
 188  189          kmutex_t        udp_recv_lock;          /* recv lock */
 189  190          size_t          udp_rcv_disply_hiwat;   /* user's view of rcvbuf */
 190  191          size_t          udp_rcv_hiwat;          /* receive high watermark */
 191  192  
 192  193          /* Set at open time and never changed */
↓ open down ↓ 83 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX