Home
last modified time | relevance | path

Searched refs:SB_AUTOSIZE (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tls.c767 if (sb->sb_flags & SB_AUTOSIZE && in t4_push_ktls()
775 sb->sb_flags &= ~SB_AUTOSIZE; in t4_push_ktls()
1086 if (sb->sb_flags & SB_AUTOSIZE && in do_rx_tls_cmp()
1095 sb->sb_flags &= ~SB_AUTOSIZE; in do_rx_tls_cmp()
HDt4_cpl_io.c797 if (sb->sb_flags & SB_AUTOSIZE && in t4_push_frames()
805 sb->sb_flags &= ~SB_AUTOSIZE; in t4_push_frames()
1763 if (sb->sb_flags & SB_AUTOSIZE && in do_rx_data()
1772 sb->sb_flags &= ~SB_AUTOSIZE; in do_rx_data()
HDt4_tom.c1282 else if (so->sol_sbsnd_flags & SB_AUTOSIZE && in init_conn_params()
1325 if (so->so_snd.sb_flags & SB_AUTOSIZE && in init_conn_params()
HDt4_ddp.c557 if (sb->sb_flags & SB_AUTOSIZE && in handle_ddp_data()
567 sb->sb_flags &= ~SB_AUTOSIZE; in handle_ddp_data()
/freebsd-13-stable/sys/sys/
HDsockbuf.h50 #define SB_AUTOSIZE 0x800 /* automatically size socket buffer */ macro
/freebsd-13-stable/sys/kern/
HDuipc_debug.c376 if (sb_flags & SB_AUTOSIZE) { in db_print_sbflags()
HDuipc_socket.c771 so->so_rcv.sb_flags |= head->sol_sbrcv_flags & SB_AUTOSIZE;
772 so->so_snd.sb_flags |= head->sol_sbsnd_flags & SB_AUTOSIZE;
864 so->so_rcv.sb_flags |= head->so_rcv.sb_flags & SB_AUTOSIZE;
865 so->so_snd.sb_flags |= head->so_snd.sb_flags & SB_AUTOSIZE;
HDuipc_sockbuf.c699 *flags &= ~SB_AUTOSIZE; in sbsetopt()
/freebsd-13-stable/sys/netinet/
HDtcp_output.c870 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in tcp_output()
2183 if (V_tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) { in tcp_sndbuf_autoscale()
2196 so->so_snd.sb_flags &= ~SB_AUTOSIZE; in tcp_sndbuf_autoscale()
HDtcp_usrreq.c179 so->so_rcv.sb_flags |= SB_AUTOSIZE; in tcp_usr_attach()
180 so->so_snd.sb_flags |= SB_AUTOSIZE; in tcp_usr_attach()
HDtcp_input.c1510 if (V_tcp_do_autorcvbuf && (so->so_rcv.sb_flags & SB_AUTOSIZE) && in tcp_autorcvbuf()
2012 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in tcp_do_segment()
/freebsd-13-stable/sys/dev/iscsi/
HDicl_soft.c1443 ic->ic_socket->so_snd.sb_flags |= SB_AUTOSIZE; in icl_conn_start()
1444 ic->ic_socket->so_rcv.sb_flags |= SB_AUTOSIZE; in icl_conn_start()
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c465 so->so_rcv.sb_flags |= SB_AUTOSIZE; in sdp_attach()
466 so->so_snd.sb_flags |= SB_AUTOSIZE; in sdp_attach()
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
HDicl_cxgbei.c958 so->so_snd.sb_flags |= SB_AUTOSIZE; in icl_cxgbei_setsockopt()
961 so->so_rcv.sb_flags |= SB_AUTOSIZE; in icl_cxgbei_setsockopt()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDrack.c10563 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in rack_do_fastnewdata()
15676 if (V_tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) { in rack_sndbuf_autoscale()
15693 so->so_snd.sb_flags &= ~SB_AUTOSIZE; in rack_sndbuf_autoscale()
17552 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in rack_output()
HDbbr.c8539 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in bbr_do_fastnewdata()
12970 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in bbr_output_wtime()