Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c620 if (sb->sb_flags & SB_AUTOSIZE && in t4_push_ktls()
628 sb->sb_flags &= ~SB_AUTOSIZE; in t4_push_ktls()
962 if (sb->sb_flags & SB_AUTOSIZE && in do_rx_tls_cmp()
971 sb->sb_flags &= ~SB_AUTOSIZE; in do_rx_tls_cmp()
H A Dt4_cpl_io.c768 if (sb->sb_flags & SB_AUTOSIZE && in t4_push_frames()
776 sb->sb_flags &= ~SB_AUTOSIZE; in t4_push_frames()
1736 if (sb->sb_flags & SB_AUTOSIZE && in do_rx_data()
1745 sb->sb_flags &= ~SB_AUTOSIZE; in do_rx_data()
H A Dt4_ddp.c709 if (sb->sb_flags & SB_AUTOSIZE && in handle_ddp_data_aio()
719 sb->sb_flags &= ~SB_AUTOSIZE; in handle_ddp_data_aio()
926 if (sb->sb_flags & SB_AUTOSIZE && in handle_ddp_data_rcvbuf()
936 sb->sb_flags &= ~SB_AUTOSIZE; in handle_ddp_data_rcvbuf()
H A Dt4_tom.c1381 else if (so->sol_sbsnd_flags & SB_AUTOSIZE && in init_conn_params()
1424 if (so->so_snd.sb_flags & SB_AUTOSIZE && in init_conn_params()
/freebsd/sys/sys/
H A Dsockbuf.h48 #define SB_AUTOSIZE 0x800 /* automatically size socket buffer */ macro
/freebsd/sys/kern/
H A Duipc_debug.c339 if (sb_flags & SB_AUTOSIZE) { in db_print_sbflags()
H A Duipc_socket.c1214 so->so_rcv.sb_flags = head->sol_sbrcv_flags & SB_AUTOSIZE;
1215 so->so_snd.sb_flags = head->sol_sbsnd_flags & SB_AUTOSIZE;
1352 so->so_rcv.sb_flags |= head->so_rcv.sb_flags & SB_AUTOSIZE;
1353 so->so_snd.sb_flags |= head->so_snd.sb_flags & SB_AUTOSIZE;
H A Duipc_sockbuf.c773 *flags &= ~SB_AUTOSIZE; in sbsetopt()
/freebsd/sys/netinet/
H A Dtcp_output.c857 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in tcp_default_output()
2175 if (V_tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) { in tcp_sndbuf_autoscale()
2188 so->so_snd.sb_flags &= ~SB_AUTOSIZE; in tcp_sndbuf_autoscale()
H A Dtcp_usrreq.c169 so->so_rcv.sb_flags |= SB_AUTOSIZE; in tcp_usr_attach()
170 so->so_snd.sb_flags |= SB_AUTOSIZE; in tcp_usr_attach()
H A Dtcp_input.c1478 if (V_tcp_do_autorcvbuf && (so->so_rcv.sb_flags & SB_AUTOSIZE) && in tcp_autorcvbuf()
1948 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in tcp_do_segment()
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c1442 ic->ic_socket->so_snd.sb_flags |= SB_AUTOSIZE; in icl_conn_start()
1443 ic->ic_socket->so_rcv.sb_flags |= SB_AUTOSIZE; in icl_conn_start()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c423 so->so_rcv.sb_flags |= SB_AUTOSIZE; in sdp_attach()
424 so->so_snd.sb_flags |= SB_AUTOSIZE; in sdp_attach()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c957 so->so_snd.sb_flags |= SB_AUTOSIZE; in icl_cxgbei_setsockopt()
960 so->so_rcv.sb_flags |= SB_AUTOSIZE; in icl_cxgbei_setsockopt()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c12369 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in rack_process_data()
12611 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in rack_do_fastnewdata()
19018 if (V_tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) { in rack_sndbuf_autoscale()
19035 so->so_snd.sb_flags &= ~SB_AUTOSIZE; in rack_sndbuf_autoscale()
21278 (so->so_rcv.sb_flags & SB_AUTOSIZE)) { in rack_output()
H A Dbbr.c8522 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in bbr_do_fastnewdata()
12895 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in bbr_output_wtime()