Home
last modified time | relevance | path

Searched refs:sbcut_locked (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h169 sbcut_locked(struct sockbuf *sb, int len);
/f-stack/freebsd/sys/
H A Dsockbuf.h169 sbcut_locked(struct sockbuf *sb, int len);
/f-stack/freebsd/netinet/
H A Dtcp_input.c2914 mfree = sbcut_locked(&so->so_snd, in tcp_do_segment()
2918 mfree = sbcut_locked(&so->so_snd, acked); in tcp_do_segment()
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c1594 sbcut_locked(struct sockbuf *sb, int len) in sbcut_locked() function
H A Duipc_socket.c2278 sbcut_locked(&so->so_rcv, len);
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8339 mfree = sbcut_locked(&so->so_snd, acked_amount); in rack_process_ack()
H A Dbbr.c7883 mfree = sbcut_locked(&so->so_snd, acked_amount); in bbr_process_ack()