Home
last modified time | relevance | path

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

12345678910>>...49

/freebsd-14.2/sys/netinet/
H A Dsctp_cc_functions.c296 net->cwnd -= net->mtu; in cc_bw_same()
373 net->cwnd -= net->mtu; in cc_bw_same()
448 net->cwnd += net->mtu; in cc_bw_decrease()
512 net->cwnd += net->mtu; in cc_bw_decrease()
1004 net->cwnd = net->mtu; in sctp_cwnd_update_exit_pf_common()
1071 net->ssthresh = max(net->cwnd / 2, 4 * net->mtu); in sctp_cwnd_update_after_timeout()
1073 net->cwnd = net->mtu; in sctp_cwnd_update_after_timeout()
1249 net->cwnd = net->mtu; in sctp_cwnd_update_after_packet_dropped()
1888 return (max(net->cwnd, ((net->ssthresh / net->mtu << 7) / net->cc_mod.htcp_ca.beta) * net->mtu)); in htcp_cwnd_undo()
2035 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.c96 (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()
143 ((net == NULL) ? (uint32_t)0 : (uint32_t)net->dest_state)); in sctp_threshold_management()
401 alt = net; in sctp_find_alternate_net()
518 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_mark_all_for_resend()
862 if ((ms_goneby > net->RTO) || (net->RTO == 0)) { in sctp_t3rxt_timer()
887 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
1477 if ((next_mtu > net->mtu) && (net->port == 0)) { in sctp_pathmtu_timer()
[all …]
H A Dsctp_kdtrace.c45 SDT_PROBE_DEFINE5(sctp, cwnd, net, init,
56 SDT_PROBE_DEFINE5(sctp, cwnd, net, ack,
67 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttvar,
75 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttstep,
84 SDT_PROBE_DEFINE5(sctp, cwnd, net, fr,
95 SDT_PROBE_DEFINE5(sctp, cwnd, net, to,
106 SDT_PROBE_DEFINE5(sctp, cwnd, net, bl,
117 SDT_PROBE_DEFINE5(sctp, cwnd, net, ecn,
128 SDT_PROBE_DEFINE5(sctp, cwnd, net, pd,
152 SDT_PROBE_DEFINE5(sctp, flightsize, net, val,
H A Dsctp_kdtrace.h60 SDT_PROBE_DECLARE(sctp, cwnd, net, init);
62 SDT_PROBE_DECLARE(sctp, cwnd, net, ack);
64 SDT_PROBE_DECLARE(sctp, cwnd, net, fr);
66 SDT_PROBE_DECLARE(sctp, cwnd, net, to);
68 SDT_PROBE_DECLARE(sctp, cwnd, net, bl);
70 SDT_PROBE_DECLARE(sctp, cwnd, net, ecn);
72 SDT_PROBE_DECLARE(sctp, cwnd, net, pd);
74 SDT_PROBE_DECLARE(sctp, cwnd, net, rttvar);
75 SDT_PROBE_DECLARE(sctp, cwnd, net, rttstep);
79 SDT_PROBE_DECLARE(sctp, flightsize, net, val);
H A Dsctputil.c125 sctp_clog.x.rto.net = (void *)net; in rto_logging()
317 sctp_clog.x.cwnd.net = net; in sctp_log_cwnd()
327 if (net) { in sctp_log_cwnd()
401 sctp_clog.x.cwnd.net = net; in sctp_log_maxburst()
1739 net = (struct sctp_nets *)tmr->net; in sctp_timeout_handler()
2553 tmr->net = (void *)net; in sctp_timer_start()
2861 ((t_type != SCTP_TIMER_TYPE_ASCONF) && (tmr->net == net)), in sctp_timer_stop()
2863 t_type, net, tmr->net)); in sctp_timer_stop()
3010 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
7256 net = NULL; in sctp_recv_icmp_tunneled_packet()
[all …]
H A Dsctp_usrreq.c292 net = NULL; in sctp_ctlinput()
5383 (net->error_count > net->pf_threshold)) {
5428 (net->error_count > net->pf_threshold)) {
6388 (net->error_count <= net->pf_threshold)) {
6392 if ((net->error_count > net->pf_threshold) &&
6403 if (net->error_count > net->failure_threshold) {
6408 if (net->error_count <= net->failure_threshold) {
6419 (net->error_count <= net->pf_threshold)) {
6423 if ((net->error_count > net->pf_threshold) &&
6434 if (net->error_count > net->failure_threshold) {
[all …]
H A Dsctp_output.c6451 sp->net = net; in sctp_msg_append()
7799 if (sp->net == net) { in sctp_move_chunks_from_net()
7969 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output()
8025 for (net = start_at; net != NULL; net = TAILQ_NEXT(net, sctp_next)) { in sctp_med_chunk_output()
8035 (net->flight_size >= net->cwnd)) { in sctp_med_chunk_output()
8582 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output()
8649 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output()
9704 if (net->flight_size >= net->cwnd) { in sctp_chunk_retransmission()
10189 if ((net->flight_size + (asoc->max_burst * net->mtu)) < net->cwnd) { in sctp_chunk_output()
12502 sp->net = net; in sctp_copy_it_in()
[all …]
H A Dsctp_pcb.c1214 if (net == (TAILQ_NEXT(net, sctp_next))) { in sctp_findassociation_ep_addr()
1315 if (net == (TAILQ_NEXT(net, sctp_next))) { in sctp_findassociation_ep_addr()
2057 if (net) { in sctp_findassoc_by_vtag()
2059 *netp = net; in sctp_findassoc_by_vtag()
3564 return (net); in sctp_findnet()
3762 net->RTO = 0; in sctp_add_remote_addr()
3809 net, in sctp_add_remote_addr()
3848 rmtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, net->ro.ro_nh); in sctp_add_remote_addr()
3928 *netp = net; in sctp_add_remote_addr()
4341 memset(&net->lastsa, 0, sizeof(net->lastsa)); in sctp_remove_net()
[all …]
/freebsd-14.2/contrib/dialog/package/debian/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 13 Jan 2021 19:58:21 -0500
11 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 11 Jan 2021 03:53:05 -0500
17 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 26 Jul 2020 11:17:16 -0400
23 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 19 Mar 2020 05:02:12 -0400
29 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Feb 2020 20:31:15 -0500
35 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 31 Dec 2019 15:37:41 -0500
41 -- Thomas E. Dickey <dickey@invisible-island.net> Tue, 10 Dec 2019 17:19:19 -0500
47 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 09 Dec 2019 04:14:47 -0500
53 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 10 Nov 2019 17:48:23 -0500
59 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 25 Sep 2019 04:37:53 -0400
[all …]
/freebsd-14.2/libexec/rc/rc.d/
H A Dnetoptions47 ${SYSCTL} net.inet.tcp.log_in_vain=0 >/dev/null
48 ${SYSCTL} net.inet.udp.log_in_vain=0 >/dev/null
53 ${SYSCTL} net.inet.tcp.rfc1323=1 >/dev/null
57 ${SYSCTL} net.inet.tcp.rfc1323=0 >/dev/null
71 ${SYSCTL} net.inet.tcp.drop_synfin=1 >/dev/null
73 ${SYSCTL} net.inet.tcp.drop_synfin=0 >/dev/null
98 ${SYSCTL} net.inet6.ip6.v6only=0 >/dev/null
100 ${SYSCTL} net.inet6.ip6.v6only=1 >/dev/null
112 ${SYSCTL} net.inet6.ip6.no_radr=0 >/dev/null
113 ${SYSCTL} net.inet6.ip6.rfc6204w3=0 >/dev/null
[all …]
H A Drouting132 _fibs=$((`${SYSCTL_N} net.fibs` - 1))
147 _fibs=$((`${SYSCTL_N} net.fibs` - 1))
209 _fibs=$((`${SYSCTL_N} net.fibs` - 1))
356 ${SYSCTL} net.inet.icmp.bmcastecho=1 > /dev/null
358 ${SYSCTL} net.inet.icmp.bmcastecho=0 > /dev/null
390 ${SYSCTL} net.inet.ip.forwarding=1 > /dev/null
392 ${SYSCTL} net.inet.ip.forwarding=0 > /dev/null
398 ${SYSCTL} net.inet.ip.sourceroute=1 > /dev/null
400 ${SYSCTL} net.inet.ip.sourceroute=0 > /dev/null
429 ${SYSCTL} net.inet6.ip6.forwarding=1 > /dev/null
[all …]
/freebsd-14.2/contrib/byacc/package/debian/
H A Dchangelog5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 01 Feb 2023 19:12:06 -0500
11 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 29 Dec 2022 05:23:05 -0500
17 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 06 Nov 2022 10:51:43 -0500
23 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Jan 2022 08:38:52 -0500
29 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 14 Jan 2022 16:33:35 -0500
36 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 09 Jan 2022 10:49:20 -0500
42 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 02 Jan 2022 11:12:56 -0500
48 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 01 Jan 2022 07:06:35 -0500
54 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 24 Dec 2021 19:13:22 -0500
60 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 08 Aug 2021 15:26:10 -0400
[all …]
/freebsd-14.2/tools/build/test-includes/
H A Dbadfiles.inc145 net/bpf.h \
152 net/if_arp.h \
153 net/if_dl.h \
165 net/iflib.h \
167 net/ifq.h \
169 net/mppc.h \
175 net/pfil.h \
177 net/pfvar.h \
178 net/radix.h \
180 net/rndis.h \
[all …]
/freebsd-14.2/contrib/bmake/mk/
H A DChangeLog1 2023-05-25 Simon J Gerraty <[email protected].net>
6 2023-05-22 Simon J Gerraty <[email protected].net>
16 2023-05-15 Simon J Gerraty <[email protected].net>
31 2023-05-14 Simon J Gerraty <[email protected].net>
39 2023-05-13 Simon J Gerraty <[email protected].net>
47 2023-05-10 Simon J Gerraty <[email protected].net>
52 2023-05-09 Simon J Gerraty <[email protected].net>
62 2023-05-04 Simon J Gerraty <[email protected].net>
72 2023-04-26 Simon J Gerraty <[email protected].net>
82 2023-04-20 Simon J Gerraty <[email protected].net>
[all …]
/freebsd-14.2/stand/efi/libefi/
H A Definet.c141 if (net == NULL) in efinet_put()
144 status = net->Transmit(net, 0, len, pkt, NULL, NULL, NULL); in efinet_put()
151 status = net->GetStatus(net, NULL, &buf); in efinet_put()
174 if (net == NULL) in efinet_get()
185 status = net->Receive(net, NULL, &bufsz, ptr, NULL, NULL, NULL); in efinet_get()
295 status = net->Start(net); in efinet_init()
304 status = net->Initialize(net, 0, 0); in efinet_init()
315 status = net->ReceiveFilters(net, mask, 0, FALSE, 0, NULL); in efinet_init()
321 dump_mode(net->Mode); in efinet_init()
333 if (net == NULL) in efinet_end()
[all …]
/freebsd-14.2/lib/libc/inet/
H A Dinet_makeaddr.c48 inet_makeaddr(in_addr_t net, in_addr_t host) in inet_makeaddr() argument
52 if (net < 128U) in inet_makeaddr()
53 a.s_addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); in inet_makeaddr()
54 else if (net < 65536U) in inet_makeaddr()
55 a.s_addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); in inet_makeaddr()
56 else if (net < 16777216L) in inet_makeaddr()
57 a.s_addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); in inet_makeaddr()
59 a.s_addr = net | host; in inet_makeaddr()
/freebsd-14.2/contrib/netbsd-tests/net/net/
H A Dt_ipaddress.sh36 local net=10.0.0/24
50 check_route $net 'link#2' UC shmif0
58 check_route_no_entry $net
67 check_route $net 'link#2' UC shmif0
75 check_route_no_entry $net
83 local net=fc00::/64
97 check_route $net 'link#2' UC shmif0
105 check_route_no_entry $net
114 check_route $net 'link#2' UC shmif0
122 check_route_no_entry $net
[all …]
/freebsd-14.2/contrib/tcpdump/
H A DCREDITS6 Guy Harris <gharris at sonic dot net>
10 Aaron Campbell <aaron at arbor dot net>
12 A Costa <agcosta at gis dot net>
23 Ananth Suryanarayana <anantha at juniper dot net>
27 Andrew Brown <atatat at atatdot dot net>
34 Andy Heffernan <ahh at juniper dot net>
36 Anton Bernal <anton at juniper dot net>
60 Casey Deccio <casey at deccio dot net>
154 Jan Oravec <wsx at wsx6 dot net>
173 Jørgen Thomsen <jth at jth dot net>
[all …]
/freebsd-14.2/contrib/flex/
H A DChangeLog21 2017-05-04 viktor.shepel <shepelvictor@bigmir.net>
2768 2012-08-04 nomis52 <[email protected].net>
2812 2012-07-29 Will Estes <[email protected].net>
2873 2012-07-23 Will Estes <[email protected].net>
2879 2012-07-22 Will Estes <[email protected].net>
2886 2012-07-22 Will Estes <[email protected].net>
2903 2012-07-22 Will Estes <[email protected].net>
3160 [email protected].net
3166 [email protected].net
3822 flex-help@sourceforge.net
[all …]
/freebsd-14.2/contrib/unbound/util/storage/
H A Ddnstree.c67 if(n1->net < n2->net) in addr_tree_compare()
69 if(n1->net > n2->net) in addr_tree_compare()
110 struct sockaddr_storage* addr, socklen_t addrlen, int net) in addr_tree_insert() argument
115 node->net = net; in addr_tree_insert()
132 node->net, node->addrlen); in addr_tree_init_parents_node()
136 if(p->net <= m) { in addr_tree_init_parents_node()
232 key.net = (addr_is_ip6(addr, addrlen)?128:32); in addr_tree_lookup()
244 key.net, addrlen); in addr_tree_lookup()
246 if(result->net <= m) in addr_tree_lookup()
255 struct sockaddr_storage* addr, socklen_t addrlen, int net) in addr_tree_find() argument
[all …]
/freebsd-14.2/contrib/bmake/
H A DChangeLog1 2023-06-22 Simon J Gerraty <[email protected].net>
8 2023-06-21 Simon J Gerraty <[email protected].net>
16 2023-06-20 Simon J Gerraty <[email protected].net>
24 2023-06-19 Simon J Gerraty <[email protected].net>
34 2023-06-16 Simon J Gerraty <[email protected].net>
40 2023-06-03 Simon J Gerraty <[email protected].net>
47 2023-05-29 Simon J Gerraty <[email protected].net>
52 2023-05-22 Simon J Gerraty <[email protected].net>
60 2023-05-15 Simon J Gerraty <[email protected].net>
67 2023-05-13 Simon J Gerraty <[email protected].net>
[all …]
/freebsd-14.2/sbin/nos-tun/
H A Dnos-tun.c84 int net; /* socket descriptor */ variable
198 close(net); in Finish()
330 close(net); in main()
342 if (tun > net) in main()
345 lastfd = net; in main()
350 FD_SET(tun,&rfds); FD_SET(net,&rfds); in main()
355 close(net); in main()
360 close(net); in main()
365 if(FD_ISSET(net,&rfds)) { in main()
367 len = read(net, buf, sizeof(buf)); in main()
[all …]
/freebsd-14.2/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c80 if (net >= FD_SETSIZE) in stilloob()
82 FD_SET(net, &excepts); in stilloob()
83 value = select(net+1, 0, 0, &excepts, &timeout); in stilloob()
91 if (FD_ISSET(net, &excepts)) { in stilloob()
133 n = send(net, (char *)netoring.consume, n, 0); /* normal write */ in netflush()
143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
150 NetClose(net); in netflush()
/freebsd-14.2/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw64.sh72 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
73 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
87 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
88 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
89 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
104 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
105 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
106 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
107 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
122 atf_check -s exit:0 rump.sysctl -q -w net.mpls.accept=1
[all …]
/freebsd-14.2/tools/tools/sysdoc/
H A Dtunables.mdoc1319 net.inet.ip.redirect
1333 net.inet.ip.stats
1336 net.inet.ip.ttl
1348 net.inet.raw.pcblist
1391 net.inet.tcp.getcred
1411 net.inet.tcp.minmss
1432 net.inet.tcp.msl
1513 net.inet.tcp.stats
1574 net.inet.udp.stats
1616 net.isr.enable
[all …]

12345678910>>...49