/freebsd/contrib/unbound/services/ |
H A D | outside_network.h | 151 int tcp_mss; member 552 * @param tcp_mss: maximum segment size of tcp socket. 569 int numavailports, size_t unwanted_threshold, int tcp_mss, 746 * tcp_mss is 0 or maxseg size to set for TCP packets, 750 int tcp_mss, int dscp, int nodelay); 770 * and the tcp_mss. 793 * and the tcp_mss.
|
H A D | listen_dnsport.c | 1039 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() 1079 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock() 1113 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock_port() 1136 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port() 1140 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, 1263 * @param tcp_mss: maximum segment size of tcp socket. default if zero. 1282 int* reuseport, int transparent, int tcp_mss, int freebind, 1329 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock, in ports_create_if() 1384 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock, in ports_create_if() 1440 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodela in ports_create_if() 1036 make_sock(int stype,const char * ifname,const char * port,struct addrinfo * hints,int v6only,int * noip6,size_t rcv,size_t snd,int * reuseport,int transparent,int tcp_mss,int nodelay,int freebind,int use_systemd,int dscp,struct unbound_socket * ub_sock,const char * additional) make_sock() argument 1108 make_sock_port(int stype,const char * ifname,const char * port,struct addrinfo * hints,int v6only,int * noip6,size_t rcv,size_t snd,int * reuseport,int transparent,int tcp_mss,int nodelay,int freebind,int use_systemd,int dscp,struct unbound_socket * ub_sock,const char * additional) make_sock_port() argument 1298 ports_create_if(const char * ifname,int do_auto,int do_udp,int do_tcp,struct addrinfo * hints,const char * port,struct listen_port ** list,size_t rcv,size_t snd,int ssl_port,struct config_strlist * tls_additional_port,int https_port,struct config_strlist * proxy_protocol_port,int * reuseport,int transparent,int tcp_mss,int freebind,int http2_nodelay,int use_systemd,int dnscrypt_port,int dscp,int quic_port,int http_notls_downstream,int sock_queue_timeout) ports_create_if() argument [all...] |
H A D | outside_network.c | 263 * tcp_mss is 0 or maxseg size to set for TCP packets. */ 266 int tcp_mss, int dscp, int nodelay) 306 if(tcp_mss > 0) { 309 (void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) { 666 s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss, 1677 int numavailports, size_t unwanted_threshold, int tcp_mss, 1714 outnet->tcp_mss = tcp_mss; 3736 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, 265 outnet_get_tcp_fd(struct sockaddr_storage * addr,socklen_t addrlen,int tcp_mss,int dscp) global() argument [all...] |
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_tx.c | 643 __in uint16_t tcp_mss, in ef10_tx_qdesc_tso2_create() argument 651 uint16_t, tcp_mss); in ef10_tx_qdesc_tso2_create() 669 ESF_DZ_TX_TSO_TCP_MSS, tcp_mss, in ef10_tx_qdesc_tso2_create()
|
H A D | ef10_impl.h | 815 __in uint16_t tcp_mss,
|
H A D | efx.h | 2763 __in uint16_t tcp_mss,
|
/freebsd/sys/netinet/ |
H A D | tcp_fastopen.c | 901 tcp_mss(tp, server_mss ? server_mss : -1); in tcp_fastopen_connect() 932 tcp_mss(tp, -1); in tcp_fastopen_connect() 945 tcp_mss(tp, -1); in tcp_fastopen_connect()
|
H A D | tcp_var.h | 1457 void tcp_mss(struct tcpcb *, int);
|
H A D | tcp_usrreq.c | 1102 tcp_mss(tp, -1); in tcp_usr_send() 1190 tcp_mss(tp, -1); in tcp_usr_send()
|
H A D | tcp_input.c | 1664 tcp_mss(tp, to.to_mss); in tcp_do_segment() 3900 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() function
|
H A D | tcp_syncache.c | 956 tcp_mss(tp, sc->sc_peer_mss); in syncache_socket()
|
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 115 int tcp_mss; 112 int tcp_mss; global() member
|
H A D | config_file.c | 118 cfg->tcp_mss = 0; in config_create() 597 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss) in config_set_option() 1148 else O_DEC(opt, "tcp-mss", tcp_mss) in config_get_option()
|
H A D | configparser.y | 958 else cfg_parser->cfg->tcp_mss = atoi($2);
|
H A D | configparser.c | 3802 else cfg_parser->cfg->tcp_mss = atoi((yyvsp[0].str)); in yyparse()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 11419 tcp_mss(tp, to.to_mss); in bbr_do_segment_nounlock()
|
H A D | rack.c | 16774 tcp_mss(tp, to.to_mss); in rack_do_segment_nounlock()
|