HomeSort by: relevance | last modified time | path
    Searched defs:sbdrop (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
uipc_socket2.c 765 * and then removing the data from the socket buffer with sbdrop()
1336 sbdrop(sb, (int)sb->sb_cc);
1348 sbdrop(struct sockbuf *sb, int len) function in typeref:typename:void
1358 panic("sbdrop(%p,%d): cc=%lu",
uipc_socket2.c 765 * and then removing the data from the socket buffer with sbdrop()
1336 sbdrop(sb, (int)sb->sb_cc);
1348 sbdrop(struct sockbuf *sb, int len) function in typeref:typename:void
1358 panic("sbdrop(%p,%d): cc=%lu",
uipc_socket2.c 765 * and then removing the data from the socket buffer with sbdrop()
1336 sbdrop(sb, (int)sb->sb_cc);
1348 sbdrop(struct sockbuf *sb, int len) function in typeref:typename:void
1358 panic("sbdrop(%p,%d): cc=%lu",
uipc_socket2.c 765 * and then removing the data from the socket buffer with sbdrop()
1336 sbdrop(sb, (int)sb->sb_cc);
1348 sbdrop(struct sockbuf *sb, int len) function in typeref:typename:void
1358 panic("sbdrop(%p,%d): cc=%lu",

Completed in 49 milliseconds