Searched refs:sbcut_locked (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c2868 mfree = sbcut_locked(&so->so_snd,
2872 mfree = sbcut_locked(&so->so_snd, acked);
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c1829 sbcut_locked(&so->so_rcv, len);
H A Duipc_sockbuf.c1136 sbcut_locked(struct sockbuf *sb, int len) function
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c686 m = sbcut_locked(sb, sbused(sb)); /* XXXNP: toep->sb_cc accounting? */
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c1262 mfree = sbcut_locked(&so->so_snd,
1266 mfree = sbcut_locked(&so->so_snd, acked);
/freebsd-11-stable/sys/sys/
H A Dsockbuf.h162 sbcut_locked(struct sockbuf *sb, int len);

Completed in 112 milliseconds