Symbol: sockbuf
lib/libc/tests/secure/fortify_poll_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_poll_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_poll_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_poll_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_poll_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_poll_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_random_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_random_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_random_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_random_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_random_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_random_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_select_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_select_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_select_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_select_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_select_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_select_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_signal_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_signal_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_signal_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_signal_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_signal_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_signal_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_socket_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_socket_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_socket_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_socket_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_socket_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_socket_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_stdio_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_stdio_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_stdio_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_stdio_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_stdio_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_stdio_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_stdlib_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_stdlib_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_stdlib_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_stdlib_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_stdlib_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_stdlib_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_string_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_string_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_string_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_string_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_string_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_string_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_strings_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_strings_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_strings_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_strings_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_strings_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_strings_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_uio_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_uio_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_uio_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_uio_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_uio_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_uio_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_unistd_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_unistd_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_unistd_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_unistd_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_unistd_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_unistd_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
lib/libc/tests/secure/fortify_wchar_test.c
80
static char sockbuf[256];
lib/libc/tests/secure/fortify_wchar_test.c
90
while (total != sizeof(sockbuf)) {
lib/libc/tests/secure/fortify_wchar_test.c
91
rv = send(sock[1], &sockbuf[total], sizeof(sockbuf) - total, 0);
lib/libc/tests/secure/fortify_wchar_test.c
95
rv, sizeof(sockbuf) - total, sizeof(sockbuf), total);
lib/libc/tests/secure/fortify_wchar_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_wchar_test.c
97
"%zd exceeds total %zu", rv, sizeof(sockbuf));
sys/dev/cxgbe/cxgbei/cxgbei.c
294
struct sockbuf *sb, u_int total_len)
sys/dev/cxgbe/cxgbei/cxgbei.c
406
parse_pdus(struct icl_cxgbei_conn *icc, struct sockbuf *sb)
sys/dev/cxgbe/cxgbei/cxgbei.c
452
struct sockbuf *sb;
sys/dev/cxgbe/cxgbei/cxgbei.c
596
struct sockbuf *sb;
sys/dev/cxgbe/cxgbei/cxgbei.h
122
void parse_pdus(struct icl_cxgbei_conn *, struct sockbuf *);
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1153
struct sockbuf *sb;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
504
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_cpl_io.c
1453
struct sockbuf *sb = &so->so_snd;
sys/dev/cxgbe/tom/t4_cpl_io.c
1989
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_cpl_io.c
2246
struct sockbuf *sb = &so->so_snd;
sys/dev/cxgbe/tom/t4_cpl_io.c
2531
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_cpl_io.c
2754
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_cpl_io.c
423
struct sockbuf *sb = &so->so_rcv;
sys/dev/cxgbe/tom/t4_cpl_io.c
446
struct sockbuf *sb = &so->so_rcv;
sys/dev/cxgbe/tom/t4_cpl_io.c
697
struct sockbuf *sb = &so->so_snd;
sys/dev/cxgbe/tom/t4_ddp.c
1093
struct sockbuf *sb = &so->so_rcv;
sys/dev/cxgbe/tom/t4_ddp.c
2335
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_ddp.c
2871
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_ddp.c
433
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_ddp.c
647
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_ddp.c
864
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_tls.c
1069
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_tls.c
1309
struct sockbuf *sb)
sys/dev/cxgbe/tom/t4_tls.c
1341
struct sockbuf *sb, int len)
sys/dev/cxgbe/tom/t4_tls.c
1380
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_tls.c
509
struct sockbuf *sb = &so->so_snd;
sys/dev/cxgbe/tom/t4_tls.c
829
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_tom.c
232
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_tom.c
277
struct sockbuf *sb;
sys/dev/cxgbe/tom/t4_tom.h
581
struct sockbuf *, int);
sys/dev/hyperv/hvsock/hv_sock.c
1146
struct sockbuf *sb = arg->sb;
sys/dev/hyperv/hvsock/hv_sock.c
1175
uint32_t to_write, struct sockbuf *sb)
sys/dev/hyperv/hvsock/hv_sock.c
133
struct uio *uio, uint32_t to_write, struct sockbuf *sb);
sys/dev/hyperv/hvsock/hv_sock.c
613
struct sockbuf *sb;
sys/dev/hyperv/hvsock/hv_sock.c
621
struct sockbuf *sb;
sys/dev/hyperv/hvsock/hv_sock.c
786
struct sockbuf *sb;
sys/kern/sys_socket.c
319
struct sockbuf *sb;
sys/kern/sys_socket.c
613
soaio_ready(struct socket *so, struct sockbuf *sb)
sys/kern/sys_socket.c
623
struct sockbuf *sb = sobuf(so, which);
sys/kern/sys_socket.c
728
struct sockbuf *sb = sobuf(so, which);
sys/kern/sys_socket.c
776
struct sockbuf *sb = sobuf(so, which);
sys/kern/sys_socket.c
792
struct sockbuf *sb;
sys/kern/sys_socket.c
833
struct sockbuf *sb;
sys/kern/uipc_debug.c
339
db_print_sockbuf(struct sockbuf *sb, const char *sockbufname, int indent)
sys/kern/uipc_debug.c
454
DB_SHOW_COMMAND(sockbuf, db_show_sockbuf)
sys/kern/uipc_debug.c
456
struct sockbuf *sb;
sys/kern/uipc_debug.c
462
sb = (struct sockbuf *)addr;
sys/kern/uipc_ktls.c
1198
sb_mark_notready(struct sockbuf *sb)
sys/kern/uipc_ktls.c
1234
ktls_pending_rx_info(struct sockbuf *sb, uint64_t *seqnop, size_t *residp)
sys/kern/uipc_ktls.c
1846
ktls_input_ifp_mismatch(struct sockbuf *sb, struct ifnet *ifp)
sys/kern/uipc_ktls.c
2073
ktls_seq(struct sockbuf *sb, struct mbuf *m)
sys/kern/uipc_ktls.c
2230
ktls_check_rx(struct sockbuf *sb)
sys/kern/uipc_ktls.c
2275
ktls_detach_record(struct sockbuf *sb, int len)
sys/kern/uipc_ktls.c
2528
struct sockbuf *sb;
sys/kern/uipc_sockbuf.c
1044
sbappendstream_locked(struct sockbuf *sb, struct mbuf *m, int flags)
sys/kern/uipc_sockbuf.c
107
sbready_compress(struct sockbuf *sb, struct mbuf *m0, struct mbuf *end)
sys/kern/uipc_sockbuf.c
1088
sbappendstream(struct sockbuf *sb, struct mbuf *m, int flags)
sys/kern/uipc_sockbuf.c
1098
sbcheck(struct sockbuf *sb, const char *file, int line)
sys/kern/uipc_sockbuf.c
1186
sbappendrecord_locked(struct sockbuf *sb, struct mbuf *m0)
sys/kern/uipc_sockbuf.c
1220
sbappendrecord(struct sockbuf *sb, struct mbuf *m0)
sys/kern/uipc_sockbuf.c
1230
sbappendaddr_locked_internal(struct sockbuf *sb, const struct sockaddr *asa,
sys/kern/uipc_sockbuf.c
1289
sbappendaddr_locked(struct sockbuf *sb, const struct sockaddr *asa,
sys/kern/uipc_sockbuf.c
1315
sbappendaddr_nospacecheck_locked(struct sockbuf *sb, const struct sockaddr *asa,
sys/kern/uipc_sockbuf.c
1333
sbappendaddr(struct sockbuf *sb, const struct sockaddr *asa,
sys/kern/uipc_sockbuf.c
1345
sbappendcontrol_locked(struct sockbuf *sb, struct mbuf *m0,
sys/kern/uipc_sockbuf.c
1372
sbappendcontrol(struct sockbuf *sb, struct mbuf *m0, struct mbuf *control,
sys/kern/uipc_sockbuf.c
1402
sbcompress(struct sockbuf *sb, struct mbuf *m, struct mbuf *n)
sys/kern/uipc_sockbuf.c
1470
sbcompress_ktls_rx(struct sockbuf *sb, struct mbuf *m, struct mbuf *n)
sys/kern/uipc_sockbuf.c
1526
sbflush_locked(struct sockbuf *sb)
sys/kern/uipc_sockbuf.c
1546
sbflush(struct sockbuf *sb)
sys/kern/uipc_sockbuf.c
1558
sbcut_internal(struct sockbuf *sb, int len)
sys/kern/uipc_sockbuf.c
1674
sbdrop_locked(struct sockbuf *sb, int len)
sys/kern/uipc_sockbuf.c
1686
sbcut_locked(struct sockbuf *sb, int len)
sys/kern/uipc_sockbuf.c
1694
sbdrop(struct sockbuf *sb, int len)
sys/kern/uipc_sockbuf.c
1706
sbsndptr_noadv(struct sockbuf *sb, uint32_t off, uint32_t *moff)
sys/kern/uipc_sockbuf.c
1727
sbsndptr_adv(struct sockbuf *sb, struct mbuf *mb, uint32_t len)
sys/kern/uipc_sockbuf.c
1759
sbsndmbuf(struct sockbuf *sb, u_int off, u_int *moff)
sys/kern/uipc_sockbuf.c
1790
sbdroprecord_locked(struct sockbuf *sb)
sys/kern/uipc_sockbuf.c
1812
sbdroprecord(struct sockbuf *sb)
sys/kern/uipc_sockbuf.c
1871
sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb)
sys/kern/uipc_sockbuf.c
195
sbready(struct sockbuf *sb, struct mbuf *m0, int count)
sys/kern/uipc_sockbuf.c
255
sballoc(struct sockbuf *sb, struct mbuf *m)
sys/kern/uipc_sockbuf.c
282
sbfree(struct sockbuf *sb, struct mbuf *m)
sys/kern/uipc_sockbuf.c
331
sballoc_ktls_rx(struct sockbuf *sb, struct mbuf *m)
sys/kern/uipc_sockbuf.c
346
sbfree_ktls_rx(struct sockbuf *sb, struct mbuf *m)
sys/kern/uipc_sockbuf.c
446
struct sockbuf *sb;
sys/kern/uipc_sockbuf.c
471
struct sockbuf *sb;
sys/kern/uipc_sockbuf.c
534
sb_notify(const struct sockbuf *sb)
sys/kern/uipc_sockbuf.c
60
void (*aio_swake)(struct socket *, struct sockbuf *);
sys/kern/uipc_sockbuf.c
647
struct sockbuf *sb = sobuf(so, which);
sys/kern/uipc_sockbuf.c
684
struct sockbuf *sb = sobuf(so, which);
sys/kern/uipc_sockbuf.c
696
struct sockbuf *sb;
sys/kern/uipc_sockbuf.c
74
static void sbcompress_ktls_rx(struct sockbuf *sb, struct mbuf *m,
sys/kern/uipc_sockbuf.c
77
static struct mbuf *sbcut_internal(struct sockbuf *sb, int len);
sys/kern/uipc_sockbuf.c
792
struct sockbuf *sb = sobuf(so, which);
sys/kern/uipc_sockbuf.c
813
struct sockbuf *sb = sobuf(so, which);
sys/kern/uipc_sockbuf.c
846
sblastrecordchk(struct sockbuf *sb, const char *file, int line)
sys/kern/uipc_sockbuf.c
866
sblastmbufchk(struct sockbuf *sb, const char *file, int line)
sys/kern/uipc_sockbuf.c
927
sbappend_locked(struct sockbuf *sb, struct mbuf *m, int flags)
sys/kern/uipc_sockbuf.c
979
sbappend(struct sockbuf *sb, struct mbuf *m, int flags)
sys/kern/uipc_sockbuf.c
994
sbappend_ktls_rx(struct sockbuf *sb, struct mbuf *m)
sys/kern/uipc_socket.c
172
static int soreceive_stream_locked(struct socket *so, struct sockbuf *sb,
sys/kern/uipc_socket.c
2749
sockbuf_pushsync(struct sockbuf *sb, struct mbuf *nextrecord)
sys/kern/uipc_socket.c
3299
soreceive_stream_locked(struct socket *so, struct sockbuf *sb,
sys/kern/uipc_socket.c
3474
struct sockbuf *sb;
sys/kern/uipc_socket.c
4534
struct sockbuf *sb;
sys/kern/uipc_socket.c
4937
struct sockbuf *sb;
sys/kern/uipc_socket.c
4958
struct sockbuf *sb;
sys/kern/uipc_socket.c
580
struct sockbuf *sb_src, *sb_dst;
sys/kern/uipc_usrreq.c
1015
uipc_stream_sbcheck(struct sockbuf *sb)
sys/kern/uipc_usrreq.c
1071
uipc_stream_sbspace(struct sockbuf *sb)
sys/kern/uipc_usrreq.c
1094
struct sockbuf *sb = &so->so_rcv;
sys/kern/uipc_usrreq.c
1109
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
1347
struct sockbuf *sb = &so->so_rcv;
sys/kern/uipc_usrreq.c
1389
struct sockbuf *sb = &so->so_rcv;
sys/kern/uipc_usrreq.c
1728
struct sockbuf *sb = &so2->so_rcv;
sys/kern/uipc_usrreq.c
1916
uipc_dgram_sbspace(struct sockbuf *sb, u_int cc, u_int mbcnt)
sys/kern/uipc_usrreq.c
1956
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
2239
struct sockbuf *sb = NULL;
sys/kern/uipc_usrreq.c
2401
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
2461
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
2528
uipc_sbready(struct sockbuf *sb, struct mbuf *m, int count)
sys/kern/uipc_usrreq.c
2558
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
2591
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
3066
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
4046
struct sockbuf *sb;
sys/kern/uipc_usrreq.c
4241
struct sockbuf *sb;
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
191
(struct sockbuf *sb, int length);
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3489
ng_btsocket_rfcomm_prepare_packet(struct sockbuf *sb, int length)
sys/netinet/accf_dns.c
101
skippacket(struct sockbuf *sb) {
sys/netinet/accf_dns.c
57
static int skippacket(struct sockbuf *sb);
sys/netinet/accf_dns.c
62
struct sockbuf *sb = &so->so_rcv;
sys/netinet/accf_http.c
52
static int sbfull(struct sockbuf *sb);
sys/netinet/accf_http.c
75
sbfull(struct sockbuf *sb)
sys/netinet/accf_tls.c
39
static int sbfull(struct sockbuf *sb);
sys/netinet/accf_tls.c
46
sbfull(struct sockbuf *sb)
sys/netinet/accf_tls.c
72
struct sockbuf *sb = &so->so_rcv;
sys/netinet/sctputil.c
3660
struct sockbuf *sb;
sys/netinet/sctputil.c
4885
struct sockbuf *sb,
sys/netinet/sctputil.c
6550
uint8_t sockbuf[256];
sys/netinet/sctputil.c
6571
from = (struct sockaddr *)sockbuf;
sys/netinet/sctputil.c
6572
fromlen = sizeof(sockbuf);
sys/netinet/sctputil.c
70
sctp_sblog(struct sockbuf *sb, struct sctp_tcb *stcb, int from, int incr)
sys/netinet/sctputil.h
112
struct sockbuf *sb,
sys/netinet/sctputil.h
293
sctp_sblog(struct sockbuf *sb,
sys/netinet/tcp_log_buf.c
1684
tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
sys/netinet/tcp_log_buf.c
1685
struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len,
sys/netinet/tcp_log_buf.h
555
struct tcp_log_buffer *tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
sys/netinet/tcp_log_buf.h
556
struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len,
sys/netinet/tcp_log_buf.h
580
tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
sys/netinet/tcp_log_buf.h
581
struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len,
sys/netinet/tcp_output.c
1020
struct sockbuf *msb;
sys/netinet/tcp_output.c
1958
int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls)
sys/netinet/tcp_reass.c
525
struct sockbuf *sb = &so->so_rcv;
sys/netinet/tcp_stacks/bbr.c
11856
struct sockbuf *sb;
sys/netinet/tcp_stacks/bbr.c
13141
struct sockbuf *msb;
sys/netinet/tcp_stacks/bbr.c
1979
struct sockbuf *r, *s;
sys/netinet/tcp_stacks/bbr.c
5867
struct sockbuf *sb)
sys/netinet/tcp_stacks/bbr.c
946
bbr_timer_audit(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, struct sockbuf *sb)
sys/netinet/tcp_stacks/rack.c
11438
rack_adjust_sendmap_head(struct tcp_rack *rack, struct sockbuf *sb)
sys/netinet/tcp_stacks/rack.c
15071
rack_timer_audit(struct tcpcb *tp, struct tcp_rack *rack, struct sockbuf *sb)
sys/netinet/tcp_stacks/rack.c
19416
struct sockbuf *sb,
sys/netinet/tcp_stacks/rack.c
19597
struct sockbuf *sb;
sys/netinet/tcp_stacks/rack.c
21420
struct sockbuf *msb;
sys/netinet/tcp_stacks/rack.c
6375
rack_log_wakeup(struct tcpcb *tp, struct tcp_rack *rack, struct sockbuf *sb, uint32_t len, int type)
sys/netinet/tcp_var.h
1556
int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls);
sys/netlink/netlink_domain.c
559
struct sockbuf *sb = &so->so_snd;
sys/netlink/netlink_domain.c
665
struct sockbuf *sb = &so->so_rcv;
sys/netlink/netlink_io.c
172
struct sockbuf *sb = &so->so_rcv;
sys/netlink/netlink_io.c
204
struct sockbuf *sb = &so->so_rcv;
sys/netlink/netlink_io.c
96
struct sockbuf *sb;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1223
struct sockbuf *sb;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
839
sdp_append(struct sdp_sock *ssk, struct sockbuf *sb, struct mbuf *mb, int cnt)
sys/rpc/clnt_dg.c
185
struct sockbuf *sb;
sys/sys/aio.h
178
struct sockbuf;
sys/sys/ktls.h
200
struct sockbuf;
sys/sys/ktls.h
246
void ktls_check_rx(struct sockbuf *sb);
sys/sys/ktls.h
260
void ktls_input_ifp_mismatch(struct sockbuf *sb, struct ifnet *ifp);
sys/sys/ktls.h
266
bool ktls_pending_rx_info(struct sockbuf *sb, uint64_t *seqnop, size_t *residp);
sys/sys/ktls.h
268
void ktls_seq(struct sockbuf *sb, struct mbuf *m);
sys/sys/sockbuf.h
172
TAILQ_HEAD(, sockbuf) uxdg_conns;
sys/sys/sockbuf.h
173
TAILQ_ENTRY(sockbuf) uxdg_clist;
sys/sys/sockbuf.h
214
void sbappend(struct sockbuf *sb, struct mbuf *m, int flags);
sys/sys/sockbuf.h
215
void sbappend_locked(struct sockbuf *sb, struct mbuf *m, int flags);
sys/sys/sockbuf.h
216
void sbappendstream(struct sockbuf *sb, struct mbuf *m, int flags);
sys/sys/sockbuf.h
217
void sbappendstream_locked(struct sockbuf *sb, struct mbuf *m, int flags);
sys/sys/sockbuf.h
218
int sbappendaddr(struct sockbuf *sb, const struct sockaddr *asa,
sys/sys/sockbuf.h
220
int sbappendaddr_locked(struct sockbuf *sb, const struct sockaddr *asa,
sys/sys/sockbuf.h
222
int sbappendaddr_nospacecheck_locked(struct sockbuf *sb,
sys/sys/sockbuf.h
224
void sbappendcontrol(struct sockbuf *sb, struct mbuf *m0,
sys/sys/sockbuf.h
226
void sbappendcontrol_locked(struct sockbuf *sb, struct mbuf *m0,
sys/sys/sockbuf.h
228
void sbappendrecord(struct sockbuf *sb, struct mbuf *m0);
sys/sys/sockbuf.h
229
void sbappendrecord_locked(struct sockbuf *sb, struct mbuf *m0);
sys/sys/sockbuf.h
230
void sbcompress(struct sockbuf *sb, struct mbuf *m, struct mbuf *n);
sys/sys/sockbuf.h
235
void sbdrop(struct sockbuf *sb, int len);
sys/sys/sockbuf.h
236
void sbdrop_locked(struct sockbuf *sb, int len);
sys/sys/sockbuf.h
238
sbcut_locked(struct sockbuf *sb, int len);
sys/sys/sockbuf.h
239
void sbdroprecord(struct sockbuf *sb);
sys/sys/sockbuf.h
240
void sbdroprecord_locked(struct sockbuf *sb);
sys/sys/sockbuf.h
241
void sbflush(struct sockbuf *sb);
sys/sys/sockbuf.h
242
void sbflush_locked(struct sockbuf *sb);
sys/sys/sockbuf.h
250
void sbsndptr_adv(struct sockbuf *sb, struct mbuf *mb, u_int len);
sys/sys/sockbuf.h
252
sbsndptr_noadv(struct sockbuf *sb, u_int off, u_int *moff);
sys/sys/sockbuf.h
254
sbsndmbuf(struct sockbuf *sb, u_int off, u_int *moff);
sys/sys/sockbuf.h
256
void sballoc(struct sockbuf *, struct mbuf *);
sys/sys/sockbuf.h
257
void sbfree(struct sockbuf *, struct mbuf *);
sys/sys/sockbuf.h
258
void sballoc_ktls_rx(struct sockbuf *sb, struct mbuf *m);
sys/sys/sockbuf.h
259
void sbfree_ktls_rx(struct sockbuf *sb, struct mbuf *m);
sys/sys/sockbuf.h
260
int sbready(struct sockbuf *, struct mbuf *, int);
sys/sys/sockbuf.h
267
sbavail(struct sockbuf *sb)
sys/sys/sockbuf.h
281
sbused(struct sockbuf *sb)
sys/sys/sockbuf.h
296
sbspace(struct sockbuf *sb)
sys/sys/sockbuf.h
318
void sblastrecordchk(struct sockbuf *, const char *, int);
sys/sys/sockbuf.h
319
void sblastmbufchk(struct sockbuf *, const char *, int);
sys/sys/sockbuf.h
320
void sbcheck(struct sockbuf *, const char *, int);
sys/sys/socketvar.h
162
struct sockbuf so_rcv, so_snd;
sys/sys/socketvar.h
311
static inline struct sockbuf *
sys/sys/socketvar.h
645
void sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb);
usr.bin/netstat/inet.c
138
sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb)
usr.sbin/ctld/iscsi.cc
290
int sockbuf;
usr.sbin/ctld/iscsi.cc
292
sockbuf = SOCKBUF_SIZE;
usr.sbin/ctld/iscsi.cc
293
if (setsockopt(s, SOL_SOCKET, SO_RCVBUF, &sockbuf,
usr.sbin/ctld/iscsi.cc
294
sizeof(sockbuf)) == -1) {
usr.sbin/ctld/iscsi.cc
298
sockbuf = SOCKBUF_SIZE;
usr.sbin/ctld/iscsi.cc
299
if (setsockopt(s, SOL_SOCKET, SO_SNDBUF, &sockbuf,
usr.sbin/ctld/iscsi.cc
300
sizeof(sockbuf)) == -1) {