| /f-stack/tools/compat/include/sys/ |
| H A D | sockbuf.h | 83 struct sockbuf { struct 166 void sbdrop(struct sockbuf *sb, int len); 170 void sbdroprecord(struct sockbuf *sb); 172 void sbflush(struct sockbuf *sb); 173 void sbflush_locked(struct sockbuf *sb); 185 int sbwait(struct sockbuf *sb); 186 int sblock(struct sockbuf *sb, int flags); 187 void sbunlock(struct sockbuf *sb); 199 sbavail(struct sockbuf *sb) in sbavail() 213 sbused(struct sockbuf *sb) in sbused() [all …]
|
| H A D | socketvar.h | 127 struct sockbuf so_rcv, so_snd; 473 void sowakeup(struct socket *so, struct sockbuf *sb); 474 void sowakeup_aio(struct socket *so, struct sockbuf *sb); 540 void sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb);
|
| /f-stack/freebsd/sys/ |
| H A D | sockbuf.h | 83 struct sockbuf { struct 166 void sbdrop(struct sockbuf *sb, int len); 170 void sbdroprecord(struct sockbuf *sb); 172 void sbflush(struct sockbuf *sb); 173 void sbflush_locked(struct sockbuf *sb); 185 int sbwait(struct sockbuf *sb); 186 int sblock(struct sockbuf *sb, int flags); 187 void sbunlock(struct sockbuf *sb); 199 sbavail(struct sockbuf *sb) in sbavail() 213 sbused(struct sockbuf *sb) in sbused() [all …]
|
| H A D | ktls.h | 172 struct sockbuf; 210 void ktls_check_rx(struct sockbuf *sb); 218 void ktls_seq(struct sockbuf *sb, struct mbuf *m);
|
| H A D | socketvar.h | 127 struct sockbuf so_rcv, so_snd; 473 void sowakeup(struct socket *so, struct sockbuf *sb); 474 void sowakeup_aio(struct socket *so, struct sockbuf *sb); 540 void sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb);
|
| H A D | aio.h | 168 struct sockbuf;
|
| H A D | socket.h | 722 struct sockbuf *so_sockbuf_snd(struct socket *); 723 struct sockbuf *so_sockbuf_rcv(struct socket *);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_sockbuf.c | 296 sbfree(struct sockbuf *sb, struct mbuf *m) in sbfree() 443 sbwait(struct sockbuf *sb) in sbwait() 455 sblock(struct sockbuf *sb, int flags) in sblock() 476 sbunlock(struct sockbuf *sb) in sbunlock() 647 struct sockbuf *sb; in sbsetopt() 1428 sbflush_internal(struct sockbuf *sb) in sbflush_internal() 1446 sbflush_locked(struct sockbuf *sb) in sbflush_locked() 1454 sbflush(struct sockbuf *sb) in sbflush() 1602 sbdrop(struct sockbuf *sb, int len) in sbdrop() 1698 sbdroprecord_locked(struct sockbuf *sb) in sbdroprecord_locked() [all …]
|
| H A D | uipc_debug.c | 385 db_print_sockbuf(struct sockbuf *sb, const char *sockbufname, int indent) in db_print_sockbuf() 502 DB_SHOW_COMMAND(sockbuf, db_show_sockbuf) in DB_SHOW_COMMAND() argument 504 struct sockbuf *sb; in DB_SHOW_COMMAND() 510 sb = (struct sockbuf *)addr; in DB_SHOW_COMMAND()
|
| H A D | sys_socket.c | 322 struct sockbuf *sb; in soo_stat() 597 soaio_ready(struct socket *so, struct sockbuf *sb) in soaio_ready() 603 soaio_process_job(struct socket *so, struct sockbuf *sb, struct kaiocb *job) in soaio_process_job() 712 soaio_process_sb(struct socket *so, struct sockbuf *sb) in soaio_process_sb() 761 sowakeup_aio(struct socket *so, struct sockbuf *sb) in sowakeup_aio() 777 struct sockbuf *sb; in soo_aio_cancel() 808 struct sockbuf *sb; in soo_aio_queue()
|
| H A D | uipc_socket.c | 1865 sockbuf_pushsync(struct sockbuf *sb, struct mbuf *nextrecord) 2397 struct sockbuf *sb; 2871 struct sockbuf *sb = &so->so_rcv; 2901 sizeof(*sb) - offsetof(struct sockbuf, sb_startzero)); 2903 sizeof(*sb) - offsetof(struct sockbuf, sb_startzero)); 3594 struct sockbuf *sb; 4116 struct sockbuf *sb; 4139 struct sockbuf *sb; 4290 struct sockbuf * 4297 struct sockbuf *
|
| H A D | uipc_ktls.c | 985 sb_mark_notready(struct sockbuf *sb) in sb_mark_notready() 1461 ktls_seq(struct sockbuf *sb, struct mbuf *m) in ktls_seq() 1612 ktls_check_rx(struct sockbuf *sb) in ktls_check_rx() 1657 ktls_detach_record(struct sockbuf *sb, int len) in ktls_detach_record() 1758 struct sockbuf *sb; in ktls_decrypt()
|
| H A D | uipc_usrreq.c | 1189 struct sockbuf *sb; in uipc_ready_scan()
|
| /f-stack/freebsd/netinet/ |
| H A D | accf_dns.c | 59 static int skippacket(struct sockbuf *sb); 64 struct sockbuf *sb = &so->so_rcv; in sohasdns() 103 skippacket(struct sockbuf *sb) { in skippacket()
|
| H A D | tcp_log_buf.h | 355 struct tcp_log_buffer *tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, 356 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, 374 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event_() 375 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_()
|
| H A D | accf_http.c | 55 static int sbfull(struct sockbuf *sb); 78 sbfull(struct sockbuf *sb) in sbfull()
|
| H A D | sctputil.h | 124 struct sockbuf *sb, 333 sctp_sblog(struct sockbuf *sb,
|
| H A D | tcp_output.c | 1016 struct sockbuf *msb; in tcp_output() 1912 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls) in tcp_m_copym()
|
| H A D | tcp_log_buf.c | 1520 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event_() 1521 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_()
|
| H A D | tcp_var.h | 1070 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls);
|
| H A D | tcp_reass.c | 534 struct sockbuf *sb; in tcp_reass()
|
| H A D | sctputil.c | 73 sctp_sblog(struct sockbuf *sb, struct sctp_tcb *stcb, int from, int incr) in sctp_sblog() 3652 struct sockbuf *sb; in sctp_notify_partial_delivery_indication() 4824 struct sockbuf *sb, in sctp_add_to_readq() 6492 uint8_t sockbuf[256]; in sctp_soreceive() local 6513 from = (struct sockaddr *)sockbuf; in sctp_soreceive() 6514 fromlen = sizeof(sockbuf); in sctp_soreceive()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 1070 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls);
|
| /f-stack/tools/netstat/ |
| H A D | inet.c | 146 sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb) in sbtoxsockbuf()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 192 (struct sockbuf *sb, int length); 3501 ng_btsocket_rfcomm_prepare_packet(struct sockbuf *sb, int length) in ng_btsocket_rfcomm_prepare_packet()
|