taglinefilesource code
BUF_SIZE654net/unix/sock.cif (cando >(part = BUF_SIZE - upd->bp_tail)) 
BUF_SIZE657net/unix/sock.cupd->bp_tail =(upd->bp_tail + cando) &(BUF_SIZE-1);
BUF_SIZE748net/unix/sock.cif (cando >(part = BUF_SIZE - pupd->bp_head))
BUF_SIZE752net/unix/sock.cpupd->bp_head =(pupd->bp_head + cando) &(BUF_SIZE-1);
BUF_SIZE63net/unix/unix.h(BUF_SIZE-1))
BUF_SIZE64net/unix/unix.h#define UN_BUF_SPACE(UPD)  ((BUF_SIZE-1) - UN_BUF_AVAIL(UPD))