Searched refs:sb_cc (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_var.h | 83 …bspace(asoc, sb) ((long) ((sctp_maxspace(sb) > (asoc)->sb_cc) ? (sctp_maxspace(sb) - (asoc)->sb_cc… 201 SCTP_SAVE_ATOMIC_DECREMENT(&(stcb)->asoc.sb_cc, SCTP_BUF_LEN((m))); \ 213 atomic_add_int(&(stcb)->asoc.sb_cc, SCTP_BUF_LEN((m))); \
|
H A D | accf_http.c | 81 sb->sb_cc, sb->sb_hiwat, sb->sb_cc >= sb->sb_hiwat, in sbfull()
|
H A D | sctp_structs.h | 997 uint32_t sb_cc; /* shadow of sb_cc */ member
|
H A D | sctputil.c | 78 sctp_clog.x.sb.stcb_sbcc = stcb->asoc.sb_cc; in sctp_sblog() 6140 atomic_subtract_int(&stcb->asoc.sb_cc, (int)cp_len); in sctp_sorecvmsg()
|
H A D | sctp_indata.c | 94 if (stcb->asoc.sb_cc == 0 && in sctp_calc_rwnd()
|
/freebsd/usr.bin/netstat/ |
H A D | unix.c | 310 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr() 311 so->so_snd.sb_cc, (long)xunp->unp_vnode, in unixdomainpr()
|
H A D | inet.c | 138 xsb->sb_cc = sb->sb_ccc; in sbtoxsockbuf() 407 so->so_rcv.sb_cc, so->so_snd.sb_cc); in protopr()
|
/freebsd/usr.bin/systat/ |
H A D | netstat.c | 334 p->ni_rcvcc = so->so_rcv.sb_cc; in enter_sysctl() 335 p->ni_sndcc = so->so_snd.sb_cc; in enter_sysctl()
|
/freebsd/sys/sys/ |
H A D | socketvar.h | 628 uint32_t sb_cc; member
|
/freebsd/sys/kern/ |
H A D | uipc_sockbuf.c | 1888 xsb->sb_cc = sb->sb_ccc; in sbtoxsockbuf()
|