| /freebsd-head/contrib/unbound/services/ |
| HD | outside_network.h | 151 int tcp_mss; member 569 int numavailports, size_t unwanted_threshold, int tcp_mss, 750 int tcp_mss, int dscp, int nodelay);
|
| HD | listen_dnsport.c | 1039 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() argument 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() argument 1136 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port() 1140 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock_port() 1282 int* reuseport, int transparent, int tcp_mss, int freebind, in ports_create_if() argument 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, nodelay, in ports_create_if() 1942 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open() [all …]
|
| HD | outside_network.c | 266 int tcp_mss, int dscp, int nodelay) argument 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, 3812 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
|
| /freebsd-head/sys/dev/sfxge/common/ |
| HD | 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()
|
| HD | ef10_impl.h | 815 __in uint16_t tcp_mss,
|
| HD | efx.h | 2763 __in uint16_t tcp_mss,
|
| /freebsd-head/sys/netinet/ |
| HD | 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()
|
| HD | tcp_usrreq.c | 1102 tcp_mss(tp, -1); in tcp_usr_send() 1190 tcp_mss(tp, -1); in tcp_usr_send()
|
| HD | tcp_var.h | 1459 void tcp_mss(struct tcpcb *, int);
|
| HD | tcp_input.c | 1667 tcp_mss(tp, to.to_mss); in tcp_do_segment() 3941 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() function
|
| HD | tcp_syncache.c | 956 tcp_mss(tp, sc->sc_peer_mss); in syncache_socket()
|
| /freebsd-head/contrib/unbound/util/ |
| HD | config_file.h | 115 int tcp_mss; member
|
| HD | 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()
|
| HD | configparser.y | 958 else cfg_parser->cfg->tcp_mss = atoi($2);
|
| HD | configparser.c | 3802 else cfg_parser->cfg->tcp_mss = atoi((yyvsp[0].str)); in yyparse()
|
| /freebsd-head/contrib/unbound/testcode/ |
| HD | fake_event.c | 1947 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), in outnet_get_tcp_fd() argument
|
| /freebsd-head/contrib/unbound/daemon/ |
| HD | remote.c | 5496 COPY_VAR_int(tcp_mss); in fr_atomic_copy_cfg() 7242 outnet->tcp_mss = cfg->outgoing_tcp_mss; in fr_worker_pickup_outside_network()
|
| /freebsd-head/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 11421 tcp_mss(tp, to.to_mss); in bbr_do_segment_nounlock()
|
| HD | rack.c | 16777 tcp_mss(tp, to.to_mss); in rack_do_segment_nounlock()
|