Home
last modified time | relevance | path

Searched refs:net (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c293 net->cwnd -= net->mtu; in cc_bw_same()
370 net->cwnd -= net->mtu; in cc_bw_same()
445 net->cwnd += net->mtu; in cc_bw_decrease()
509 net->cwnd += net->mtu; in cc_bw_decrease()
1003 net->cwnd = net->mtu; in sctp_cwnd_update_exit_pf_common()
1070 net->ssthresh = max(net->cwnd / 2, 4 * net->mtu); in sctp_cwnd_update_after_timeout()
1072 net->cwnd = net->mtu; in sctp_cwnd_update_after_timeout()
1248 net->cwnd = net->mtu; in sctp_cwnd_update_after_packet_dropped()
1887 return (max(net->cwnd, ((net->ssthresh / net->mtu << 7) / net->cc_mod.htcp_ca.beta) * net->mtu)); in htcp_cwnd_undo()
2034 return (max(((net->cwnd / net->mtu * net->cc_mod.htcp_ca.beta) >> 7) * net->mtu, 2U * net->mtu)); in htcp_recalc_ssthresh()
[all …]
H A Dsctp_timer.c93 if (net) { in sctp_threshold_management()
96 (void *)net, net->error_count, in sctp_threshold_management()
98 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()
108 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()
109 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()
124 if (net) { in sctp_threshold_management()
406 alt = net; in sctp_find_alternate_net()
865 if ((ms_goneby > net->RTO) || (net->RTO == 0)) { in sctp_t3rxt_timer()
890 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
1483 if ((next_mtu > net->mtu) && (net->port == 0)) { in sctp_pathmtu_timer()
[all …]
H A Dsctp_kdtrace.c47 SDT_PROBE_DEFINE5(sctp, cwnd, net, init,
58 SDT_PROBE_DEFINE5(sctp, cwnd, net, ack,
69 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttvar,
77 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttstep,
86 SDT_PROBE_DEFINE5(sctp, cwnd, net, fr,
97 SDT_PROBE_DEFINE5(sctp, cwnd, net, to,
108 SDT_PROBE_DEFINE5(sctp, cwnd, net, bl,
119 SDT_PROBE_DEFINE5(sctp, cwnd, net, ecn,
130 SDT_PROBE_DEFINE5(sctp, cwnd, net, pd,
154 SDT_PROBE_DEFINE5(sctp, flightsize, net, val,
H A Dsctp_kdtrace.h63 SDT_PROBE_DECLARE(sctp, cwnd, net, init);
65 SDT_PROBE_DECLARE(sctp, cwnd, net, ack);
67 SDT_PROBE_DECLARE(sctp, cwnd, net, fr);
69 SDT_PROBE_DECLARE(sctp, cwnd, net, to);
71 SDT_PROBE_DECLARE(sctp, cwnd, net, bl);
73 SDT_PROBE_DECLARE(sctp, cwnd, net, ecn);
75 SDT_PROBE_DECLARE(sctp, cwnd, net, pd);
77 SDT_PROBE_DECLARE(sctp, cwnd, net, rttvar);
78 SDT_PROBE_DECLARE(sctp, cwnd, net, rttstep);
82 SDT_PROBE_DECLARE(sctp, flightsize, net, val);
H A Dsctputil.c128 sctp_clog.x.rto.net = (void *)net; in rto_logging()
320 sctp_clog.x.cwnd.net = net; in sctp_log_cwnd()
330 if (net) { in sctp_log_cwnd()
404 sctp_clog.x.cwnd.net = net; in sctp_log_maxburst()
1725 net = (struct sctp_nets *)tmr->net; in sctp_timeout_handler()
2536 tmr->net = (void *)net; in sctp_timer_start()
2844 ((t_type != SCTP_TIMER_TYPE_ASCONF) && (tmr->net == net)), in sctp_timer_stop()
2846 t_type, net, tmr->net)); in sctp_timer_stop()
3022 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
7197 net = NULL; in sctp_recv_icmp_tunneled_packet()
[all …]
H A Dsctp_usrreq.c288 net = NULL; in sctp_ctlinput()
5406 (net->error_count > net->pf_threshold)) {
5451 (net->error_count > net->pf_threshold)) {
6406 (net->error_count <= net->pf_threshold)) {
6410 if ((net->error_count > net->pf_threshold) &&
6421 if (net->error_count > net->failure_threshold) {
6426 if (net->error_count <= net->failure_threshold) {
6437 (net->error_count <= net->pf_threshold)) {
6441 if ((net->error_count > net->pf_threshold) &&
6452 if (net->error_count > net->failure_threshold) {
[all …]
H A Dsctp_output.c6359 sp->net = net; in sctp_msg_append()
7755 if (sp->net == net) { in sctp_move_chunks_from_net()
7923 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output()
7979 for (net = start_at; net != NULL; net = TAILQ_NEXT(net, sctp_next)) { in sctp_med_chunk_output()
7989 (net->flight_size >= net->cwnd)) { in sctp_med_chunk_output()
8522 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output()
8589 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output()
9618 if (net->flight_size >= net->cwnd) { in sctp_chunk_retransmission()
10095 if ((net->flight_size + (asoc->max_burst * net->mtu)) < net->cwnd) { in sctp_chunk_output()
12399 sp->net = net; in sctp_copy_it_in()
[all …]
H A Dsctp_pcb.c1344 if (net == (TAILQ_NEXT(net, sctp_next))) { in sctp_findassociation_ep_addr()
1445 if (net == (TAILQ_NEXT(net, sctp_next))) { in sctp_findassociation_ep_addr()
2192 if (net) { in sctp_findassoc_by_vtag()
2194 *netp = net; in sctp_findassoc_by_vtag()
3684 return (net); in sctp_findnet()
3882 net->RTO = 0; in sctp_add_remote_addr()
3929 net, in sctp_add_remote_addr()
3963 rmtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, net->ro.ro_nh); in sctp_add_remote_addr()
4043 *netp = net; in sctp_add_remote_addr()
4427 memset(&net->lastsa, 0, sizeof(net->lastsa)); in sctp_remove_net()
[all …]
H A Dsctp_asconf.c155 struct sctp_nets *net; in sctp_process_asconf_add_ip() local
249 net = NULL; in sctp_process_asconf_add_ip()
268 if (net != NULL) { in sctp_process_asconf_add_ip()
273 stcb, net); in sctp_process_asconf_add_ip()
296 if (net != src_net) { in sctp_asconf_del_remote_addrs_except()
1057 net->error_count = 0; in sctp_net_immediate_retrans()
1408 net); in sctp_asconf_queue_add()
1409 net->RTO = 0; in sctp_asconf_queue_add()
1842 stcb, net); in sctp_handle_asconf_ack()
2221 net->RTO = 0; in sctp_asconf_iterator_stcb()
[all …]
H A Dsctp_input.c256 if (sp->net) { in sctp_is_there_unsent_data()
351 if (sp->net) { in sctp_process_init()
1376 stcb, net); in sctp_handle_init_ack()
1447 net = *netp; in sctp_process_cookie_existing()
1543 stcb, net, in sctp_process_cookie_existing()
1546 stcb, net, in sctp_process_cookie_existing()
2922 net = NULL; in sctp_handle_ecn_echo()
3008 sctp_send_cwr(stcb, net, net->last_cwr_tsn, override_bit); in sctp_handle_ecn_echo()
5354 (net != NULL) && (net->port != port)) { in sctp_common_input_processing()
5394 (net != NULL) && (net->port != port)) { in sctp_common_input_processing()
[all …]
H A Dsctp_indata.c2175 chk->whoTo = net; in sctp_process_a_data_chunk()
3974 net->prev_cwnd = net->cwnd; in sctp_express_handle_sack()
3975 net->net_ack = 0; in sctp_express_handle_sack()
4186 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_express_handle_sack()
4256 stcb, net, in sctp_express_handle_sack()
4578 net->prev_cwnd = net->cwnd; in sctp_handle_sack()
4579 net->net_ack = 0; in sctp_handle_sack()
4754 stcb, net, in sctp_handle_sack()
4931 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_handle_sack()
4948 stcb, net, in sctp_handle_sack()
[all …]
H A Dsctp_ss_functions.c215 if (net != NULL && strq != NULL && in sctp_ss_default_select()
219 TAILQ_FIRST(&strq->outqueue)->net != net) { in sctp_ss_default_select()
374 if (net != NULL && strq != NULL && in sctp_ss_rrp_packet_done()
378 TAILQ_FIRST(&strq->outqueue)->net != net) { in sctp_ss_rrp_packet_done()
544 if (net != NULL && strq != NULL && in sctp_ss_prio_select()
548 TAILQ_FIRST(&strq->outqueue)->net != net) { in sctp_ss_prio_select()
710 … (net == NULL || (TAILQ_FIRST(&strqt->outqueue) && TAILQ_FIRST(&strqt->outqueue)->net == NULL) || in sctp_ss_fb_select()
711 (net != NULL && TAILQ_FIRST(&strqt->outqueue) && TAILQ_FIRST(&strqt->outqueue)->net != NULL && in sctp_ss_fb_select()
712 TAILQ_FIRST(&strqt->outqueue)->net == net))))) { in sctp_ss_fb_select()
925 if (net != NULL && strq != NULL && in sctp_ss_fcfs_select()
[all …]
H A Dsctp_indata.h45 struct sctp_nets *net,
51 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, sid, flags, dm, tfsn, mid)… argument
53 atomic_add_int(&((net)->ref_count), 1); \
66 (_ctl)->whoFrom = net; \
/f-stack/app/nginx-1.16.1/conf/
H A Df-stack.conf164 net.inet6.ip6.forwarding=0
174 net.inet.tcp.recvspace=8192
179 net.inet.tcp.sendbuf_auto=1
180 net.inet.tcp.recvbuf_auto=1
183 net.inet.tcp.sack.enable=1
184 net.inet.tcp.blackhole=1
185 net.inet.tcp.msl=2000
186 net.inet.tcp.delayed_ack=0
188 net.inet.udp.blackhole=1
189 net.inet.ip.redirect=0
[all …]
/f-stack/
H A Dconfig.ini181 net.inet6.ip6.forwarding=0
191 net.inet.tcp.recvspace=8192
196 net.inet.tcp.sendbuf_auto=1
200 net.inet.tcp.sack.enable=1
201 net.inet.tcp.blackhole=1
202 net.inet.tcp.msl=2000
203 net.inet.tcp.delayed_ack=1
204 net.inet.tcp.rfc1323=1
206 net.inet.udp.blackhole=1
207 net.inet.ip.redirect=0
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Die.def35 element cause 0x08 net 34
40 element eetd 0x42 net 13
47 element traffic 0x59 net
50 element qos 0x5c net 6
63 element tns 0x78 net
66 element git 0x7f net 33
68 element mintraffic 0x81 net
70 element atraffic 0x82 net
77 element abradd 0xe4 net 14 file=abr
81 element cscope 0xeb net 6
[all …]
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c57 kni_init_net(struct net *net) in kni_init_net() argument
94 kni_exit_net(struct net *net) in kni_exit_net() argument
98 knet = net_generic(net, kni_net_id); in kni_exit_net()
164 struct net *net = current->nsproxy->net_ns; in kni_open() local
171 file->private_data = get_net(net); in kni_open()
196 struct net *net = file->private_data; in kni_release() local
227 put_net(net); in kni_release()
290 kni_ioctl_create(struct net *net, uint32_t ioctl_num, in kni_ioctl_create() argument
342 dev_net_set(net_dev, net); in kni_ioctl_create()
444 kni_ioctl_release(struct net *net, uint32_t ioctl_num, in kni_ioctl_release() argument
[all …]
/f-stack/dpdk/doc/api/
H A Ddoxy-api.conf.in13 @TOPDIR@/drivers/net/ark \
14 @TOPDIR@/drivers/net/bnxt \
15 @TOPDIR@/drivers/net/bonding \
16 @TOPDIR@/drivers/net/dpaa \
17 @TOPDIR@/drivers/net/dpaa2 \
18 @TOPDIR@/drivers/net/i40e \
19 @TOPDIR@/drivers/net/iavf \
20 @TOPDIR@/drivers/net/ice \
21 @TOPDIR@/drivers/net/ixgbe \
22 @TOPDIR@/drivers/net/mlx5 \
[all …]
/f-stack/freebsd/mips/nlm/
H A Dfiles.xlp20 mips/nlm/dev/net/nae.c optional xlpge
21 mips/nlm/dev/net/mdio.c optional xlpge
22 mips/nlm/dev/net/sgmii.c optional xlpge
23 mips/nlm/dev/net/xaui.c optional xlpge
24 mips/nlm/dev/net/xlpge.c optional xlpge
26 … $S/$M/nlm/dev/net/ucore/crt0_basic.S $S/$M/nlm/dev/net/ucore/ucore_app.c && ${LD} -melf32btsmip_…
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c176 struct sctp_nets *net, in sctp6_notify() argument
223 if (net->port) { in sctp6_notify()
226 if (net->mtu > next_mtu) { in sctp6_notify()
227 net->mtu = next_mtu; in sctp6_notify()
228 if (net->port) { in sctp6_notify()
256 struct sctp_nets *net; in sctp6_ctlinput() local
321 net = NULL; in sctp6_ctlinput()
326 (net != NULL) && in sctp6_ctlinput()
402 struct sctp_nets *net; in sctp6_getcred() local
955 struct sctp_nets *net; in sctp6_getaddr() local
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md14 [malloc_conf](http://jemalloc.net/jemalloc.3.html#tuning).
16 * [background_thread](http://jemalloc.net/jemalloc.3.html#background_thread)
26 * [metadata_thp](http://jemalloc.net/jemalloc.3.html#opt.metadata_thp)
38 * [dirty_decay_ms](http://jemalloc.net/jemalloc.3.html#opt.dirty_decay_ms) and
39 [muzzy_decay_ms](http://jemalloc.net/jemalloc.3.html#opt.muzzy_decay_ms)
49 * [narenas](http://jemalloc.net/jemalloc.3.html#opt.narenas)
60 * [percpu_arena](http://jemalloc.net/jemalloc.3.html#opt.percpu_arena)
103 * [Explicit arenas](http://jemalloc.net/jemalloc.3.html#arenas.create)
112 time](http://jemalloc.net/jemalloc.3.html#arena.i.dirty_decay_ms) if
115 * [Extent hooks](http://jemalloc.net/jemalloc.3.html#arena.i.extent_hooks)
[all …]
/f-stack/dpdk/
H A DMAINTAINERS30 Next-net Tree
35 Next-net-brcm Tree
39 Next-net-intel Tree
43 Next-net-mrvl Tree
47 Next-net-mlx Tree
578 F: drivers/net/ena/
599 F: drivers/net/ark/
714 F: drivers/net/ice/
722 F: drivers/net/igc/
803 F: drivers/net/nfb/
[all …]
/f-stack/dpdk/drivers/raw/ifpga/
H A Dmeson.build14 'bus_vdev', 'bus_ifpga', 'net', 'net_i40e', 'net_ipn3ke']
19 includes += include_directories('../../net/ipn3ke')
20 includes += include_directories('../../net/i40e')
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c93 ngx_str_t *net);
628 ngx_str_t *net; in ngx_stream_geo_range() local
666 net = &value[1]; in ngx_stream_geo_range()
670 net = &value[0]; in ngx_stream_geo_range()
674 last = net->data + net->len; in ngx_stream_geo_range()
682 start = ngx_inet_addr(net->data, p - net->data); in ngx_stream_geo_range()
719 ctx->net = net; in ngx_stream_geo_range()
1006 ngx_str_t *net; in ngx_stream_geo_cidr() local
1051 net = &value[1]; in ngx_stream_geo_cidr()
1055 net = &value[0]; in ngx_stream_geo_cidr()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c678 ngx_str_t *net; in ngx_http_geo_range() local
716 net = &value[1]; in ngx_http_geo_range()
720 net = &value[0]; in ngx_http_geo_range()
724 last = net->data + net->len; in ngx_http_geo_range()
732 start = ngx_inet_addr(net->data, p - net->data); in ngx_http_geo_range()
769 ctx->net = net; in ngx_http_geo_range()
1056 ngx_str_t *net; in ngx_http_geo_cidr() local
1101 net = &value[1]; in ngx_http_geo_cidr()
1105 net = &value[0]; in ngx_http_geo_cidr()
1184 net, val, old); in ngx_http_geo_cidr_add()
[all …]

12345678910>>...16