Home
last modified time | relevance | path

Searched refs:tcp_mss (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/unbound/services/
H A Doutside_network.h151 int tcp_mss; member
569 int numavailports, size_t unwanted_threshold, int tcp_mss,
748 int tcp_mss, int dscp);
H A Dlisten_dnsport.c1047 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1104 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port()
1108 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock_port()
1268 int* reuseport, int transparent, int tcp_mss, int freebind, in ports_create_if() argument
1371 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay, in ports_create_if()
1859 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1876 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1895 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1911 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1929 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
[all …]
H A Doutside_network.c265 outnet_get_tcp_fd(struct sockaddr_storage* addr, socklen_t addrlen, int tcp_mss, int dscp) argument
304 if(tcp_mss > 0) {
307 (void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) {
652 s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss, w->outnet->ip_dscp);
1662 int numavailports, size_t unwanted_threshold, int tcp_mss,
1699 outnet->tcp_mss = tcp_mss;
3707 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
3782 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
/freebsd/sys/dev/sfxge/common/
H A Def10_tx.c643 __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 Def10_impl.h815 __in uint16_t tcp_mss,
H A Defx.h2763 __in uint16_t tcp_mss,
/freebsd/sys/netinet/
H A Dtcp_fastopen.c901 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 Dtcp_usrreq.c1095 tcp_mss(tp, -1); in tcp_usr_send()
1183 tcp_mss(tp, -1); in tcp_usr_send()
H A Dtcp_var.h1442 void tcp_mss(struct tcpcb *, int);
H A Dtcp_input.c1679 tcp_mss(tp, to.to_mss); in tcp_do_segment()
3903 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() function
H A Dtcp_syncache.c984 tcp_mss(tp, sc->sc_peer_mss); in syncache_socket()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h112 int tcp_mss; member
H A Dconfig_file.c117 cfg->tcp_mss = 0; in config_create()
559 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss) in config_set_option()
1099 else O_DEC(opt, "tcp-mss", tcp_mss) in config_get_option()
H A Dconfigparser.y921 else cfg_parser->cfg->tcp_mss = atoi($2);
H A Dconfigparser.c3660 else cfg_parser->cfg->tcp_mss = atoi((yyvsp[0].str)); in yyparse()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11406 tcp_mss(tp, to.to_mss); in bbr_do_segment_nounlock()
H A Drack.c17537 tcp_mss(tp, to.to_mss); in rack_do_segment_nounlock()