Searched refs:tcp_mss (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.h146 int tcp_mss; member in struct:outside_network
529 * @param tcp_mss: maximum segment size of tcp socket.
543 int numavailports, size_t unwanted_threshold, int tcp_mss,
677 * tcp_mss is 0 or maxseg size to set for TCP packets. */
678 int outnet_get_tcp_fd(struct sockaddr_storage* addr, socklen_t addrlen, int tcp_mss, int dscp);
698 * and the tcp_mss.
721 * and the tcp_mss.
H A Dlisten_dnsport.c918 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
955 transparent, tcp_mss, nodelay, freebind, use_systemd,
969 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
992 snd, reuseport, transparent, tcp_mss, nodelay, freebind,
996 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
1126 * @param tcp_mss: maximum segment size of tcp socket. default if zero.
1139 int* reuseport, int transparent, int tcp_mss, int freebind,
1159 tcp_mss, nodelay, freebind, use_systemd, dscp)) == -1) {
1180 tcp_mss, nodelay, freebind, use_systemd, dscp)) == -1) {
1206 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodela
916 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) argument
967 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) argument
1135 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, int* reuseport, int transparent, int tcp_mss, int freebind, int http2_nodelay, int use_systemd, int dnscrypt_port, int dscp) argument
[all...]
H A Doutside_network.c247 * tcp_mss is 0 or maxseg size to set for TCP packets. */
249 outnet_get_tcp_fd(struct sockaddr_storage* addr, socklen_t addrlen, int tcp_mss, int dscp) argument
288 if(tcp_mss > 0) {
291 (void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) {
565 s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss, w->outnet->ip_dscp);
1369 int numavailports, size_t unwanted_threshold, int tcp_mss,
1401 outnet->tcp_mss = tcp_mss;
3278 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outne
1365 outside_network_create(struct comm_base *base, size_t bufsize, size_t num_ports, char** ifs, int num_ifs, int do_ip4, int do_ip6, size_t num_tcp, int dscp, struct infra_cache* infra, struct ub_randstate* rnd, int use_caps_for_id, int* availports, int numavailports, size_t unwanted_threshold, int tcp_mss, void (*unwanted_action)(void*), void* unwanted_param, int do_udp, void* sslctx, int delayclose, int tls_use_sni, struct dt_env* dtenv, int udp_connect) argument
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_tx.c647 __in uint16_t tcp_mss,
655 uint16_t, tcp_mss);
673 ESF_DZ_TX_TSO_TCP_MSS, tcp_mss);
643 ef10_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint16_t tcp_mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
H A Def10_impl.h752 __in uint16_t tcp_mss,
H A Defx.h2117 __in uint16_t tcp_mss,
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h101 int tcp_mss; member in struct:config_file
H A Dconfig_file.c110 cfg->tcp_mss = 0;
517 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss)
1006 else O_DEC(opt, "tcp-mss", tcp_mss)
H A Dconfigparser.y833 else cfg_parser->cfg->tcp_mss = atoi($2);
/freebsd-11-stable/sys/netinet/
H A Dtcp_var.h790 void tcp_mss(struct tcpcb *, int);
H A Dtcp_usrreq.c974 tcp_mss(tp, -1);
1033 tcp_mss(tp, -1);
H A Dtcp_syncache.c919 tcp_mss(tp, sc->sc_peer_mss);
H A Dtcp_input.c1725 tcp_mss(tp, to.to_mss);
3775 tcp_mss(struct tcpcb *tp, int offer) function
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c1840 tcp_mss(tp, to.to_mss);
2314 tcp_mss(tp, to.to_mss);
/freebsd-11-stable/testcode/
H A Dfake_event.c1828 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp))

Completed in 306 milliseconds