Home
last modified time | relevance | path

Searched refs:timeouts (Results 1 – 65 of 65) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_udp.c76 return udp_pernet(net)->timeouts; in udp_get_timeouts()
86 unsigned int *timeouts) in udp_packet() argument
92 timeouts[UDP_CT_REPLIED]); in udp_packet()
98 timeouts[UDP_CT_UNREPLIED]); in udp_packet()
105 unsigned int dataoff, unsigned int *timeouts) in udp_new() argument
163 unsigned int *timeouts = data; in udp_timeout_nlattr_to_obj() local
167 timeouts[UDP_CT_UNREPLIED] = un->timeouts[UDP_CT_UNREPLIED]; in udp_timeout_nlattr_to_obj()
168 timeouts[UDP_CT_REPLIED] = un->timeouts[UDP_CT_REPLIED]; in udp_timeout_nlattr_to_obj()
171 timeouts[UDP_CT_UNREPLIED] = in udp_timeout_nlattr_to_obj()
175 timeouts[UDP_CT_REPLIED] = in udp_timeout_nlattr_to_obj()
[all …]
Dnf_conntrack_proto_udplite.c41 unsigned int timeouts[UDPLITE_CT_MAX]; member
84 return udplite_pernet(net)->timeouts; in udplite_get_timeouts()
94 unsigned int *timeouts) in udplite_packet() argument
100 timeouts[UDPLITE_CT_REPLIED]); in udplite_packet()
106 timeouts[UDPLITE_CT_UNREPLIED]); in udplite_packet()
113 unsigned int dataoff, unsigned int *timeouts) in udplite_new() argument
178 unsigned int *timeouts = data; in udplite_timeout_nlattr_to_obj() local
182 timeouts[UDPLITE_CT_UNREPLIED] = un->timeouts[UDPLITE_CT_UNREPLIED]; in udplite_timeout_nlattr_to_obj()
183 timeouts[UDPLITE_CT_REPLIED] = un->timeouts[UDPLITE_CT_REPLIED]; in udplite_timeout_nlattr_to_obj()
186 timeouts[UDPLITE_CT_UNREPLIED] = in udplite_timeout_nlattr_to_obj()
[all …]
Dnf_conntrack_proto_tcp.c808 return tcp_pernet(net)->timeouts; in tcp_get_timeouts()
818 unsigned int *timeouts) in tcp_packet() argument
1059 timeouts[new_state] > timeouts[TCP_CONNTRACK_RETRANS]) in tcp_packet()
1060 timeout = timeouts[TCP_CONNTRACK_RETRANS]; in tcp_packet()
1063 timeouts[new_state] > timeouts[TCP_CONNTRACK_UNACK]) in tcp_packet()
1064 timeout = timeouts[TCP_CONNTRACK_UNACK]; in tcp_packet()
1066 timeout = timeouts[new_state]; in tcp_packet()
1085 timeout > timeouts[TCP_CONNTRACK_UNACK]) in tcp_packet()
1086 timeout = timeouts[TCP_CONNTRACK_UNACK]; in tcp_packet()
1104 unsigned int dataoff, unsigned int *timeouts) in tcp_new() argument
[all …]
Dnf_conntrack_proto_sctp.c136 unsigned int timeouts[SCTP_CONNTRACK_MAX]; member
298 return sctp_pernet(net)->timeouts; in sctp_get_timeouts()
308 unsigned int *timeouts) in sctp_packet() argument
393 nf_ct_refresh_acct(ct, ctinfo, skb, timeouts[new_state]); in sctp_packet()
413 unsigned int dataoff, unsigned int *timeouts) in sctp_new() argument
571 unsigned int *timeouts = data; in sctp_timeout_nlattr_to_obj() local
577 timeouts[i] = sn->timeouts[i]; in sctp_timeout_nlattr_to_obj()
582 timeouts[i] = ntohl(nla_get_be32(tb[i])) * HZ; in sctp_timeout_nlattr_to_obj()
591 const unsigned int *timeouts = data; in sctp_timeout_obj_to_nlattr() local
595 if (nla_put_be32(skb, i, htonl(timeouts[i] / HZ))) in sctp_timeout_obj_to_nlattr()
[all …]
Dnf_conntrack_proto_gre.c257 unsigned int *timeouts) in gre_packet() argument
276 unsigned int dataoff, unsigned int *timeouts) in gre_new() argument
283 ct->proto.gre.stream_timeout = timeouts[GRE_CT_REPLIED]; in gre_new()
284 ct->proto.gre.timeout = timeouts[GRE_CT_UNREPLIED]; in gre_new()
310 unsigned int *timeouts = data; in gre_timeout_nlattr_to_obj() local
314 timeouts[GRE_CT_UNREPLIED] = net_gre->gre_timeouts[GRE_CT_UNREPLIED]; in gre_timeout_nlattr_to_obj()
315 timeouts[GRE_CT_REPLIED] = net_gre->gre_timeouts[GRE_CT_REPLIED]; in gre_timeout_nlattr_to_obj()
318 timeouts[GRE_CT_UNREPLIED] = in gre_timeout_nlattr_to_obj()
322 timeouts[GRE_CT_REPLIED] = in gre_timeout_nlattr_to_obj()
331 const unsigned int *timeouts = data; in gre_timeout_obj_to_nlattr() local
[all …]
Dnfnetlink_cttimeout.c52 ctnl_timeout_parse_policy(void *timeouts, struct nf_conntrack_l4proto *l4proto, in ctnl_timeout_parse_policy() argument
65 ret = l4proto->ctnl_timeout.nlattr_to_obj(tb, net, timeouts); in ctnl_timeout_parse_policy()
352 unsigned int *timeouts; in cttimeout_default_set() local
370 timeouts = l4proto->get_timeouts(net); in cttimeout_default_set()
372 ret = ctnl_timeout_parse_policy(timeouts, l4proto, net, in cttimeout_default_set()
409 unsigned int *timeouts = l4proto->get_timeouts(net); in cttimeout_default_fill_info() local
417 ret = l4proto->ctnl_timeout.obj_to_nlattr(skb, timeouts); in cttimeout_default_fill_info()
Dnf_conntrack_proto_dccp.c423 unsigned int dataoff, unsigned int *timeouts) in dccp_new() argument
481 unsigned int *timeouts) in dccp_packet() argument
565 nf_ct_refresh_acct(ct, ctinfo, skb, timeouts[new_state]); in dccp_packet()
720 unsigned int *timeouts = data; in dccp_timeout_nlattr_to_obj() local
725 timeouts[i] = dn->dccp_timeout[i]; in dccp_timeout_nlattr_to_obj()
730 timeouts[i] = ntohl(nla_get_be32(tb[i])) * HZ; in dccp_timeout_nlattr_to_obj()
739 const unsigned int *timeouts = data; in dccp_timeout_obj_to_nlattr() local
743 if (nla_put_be32(skb, i, htonl(timeouts[i] / HZ))) in dccp_timeout_obj_to_nlattr()
Dnf_conntrack_core.c906 unsigned int *timeouts; in init_conntrack() local
925 timeouts = NF_CT_TIMEOUT_EXT_DATA(timeout_ext); in init_conntrack()
927 timeouts = l4proto->get_timeouts(net); in init_conntrack()
929 if (!l4proto->new(ct, skb, dataoff, timeouts)) { in init_conntrack()
1066 unsigned int *timeouts; in nf_conntrack_in() local
1132 timeouts = nf_ct_timeout_lookup(net, ct, l4proto); in nf_conntrack_in()
1134 ret = l4proto->packet(ct, skb, dataoff, ctinfo, pf, hooknum, timeouts); in nf_conntrack_in()
Dnf_conntrack_proto_generic.c91 unsigned int dataoff, unsigned int *timeouts) in generic_new() argument
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_timeout.h64 unsigned int *timeouts; in nf_ct_timeout_lookup() local
68 timeouts = NF_CT_TIMEOUT_EXT_DATA(timeout_ext); in nf_ct_timeout_lookup()
70 timeouts = l4proto->get_timeouts(net); in nf_ct_timeout_lookup()
72 return timeouts; in nf_ct_timeout_lookup()
Dnf_conntrack_l4proto.h44 unsigned int *timeouts);
49 unsigned int dataoff, unsigned int *timeouts);
/linux-4.1.27/drivers/staging/speakup/
Dserialio.c24 static int timeouts; variable
153 if ((synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_wait_for_xmitr()
161 timeouts = 0; in spk_wait_for_xmitr()
167 timeouts++; in spk_wait_for_xmitr()
178 timeouts++; in spk_wait_for_xmitr()
183 timeouts = 0; in spk_wait_for_xmitr()
/linux-4.1.27/include/net/netns/
Dconntrack.h33 unsigned int timeouts[TCP_CONNTRACK_TIMEOUT_MAX]; member
47 unsigned int timeouts[UDP_CT_MAX]; member
/linux-4.1.27/net/sctp/
Dsm_sideeffect.c203 asoc->timeouts[SCTP_EVENT_TIMEOUT_SACK] = in sctp_gen_sack()
210 asoc->timeouts[SCTP_EVENT_TIMEOUT_SACK] = in sctp_gen_sack()
795 asoc->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = t->rto; in sctp_cmd_setup_t2()
826 asoc->timeouts[SCTP_EVENT_TIMEOUT_T1_INIT] = in sctp_cmd_new_state()
828 asoc->timeouts[SCTP_EVENT_TIMEOUT_T1_COOKIE] = in sctp_cmd_new_state()
883 asoc->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = t->rto; in sctp_cmd_setup_t4()
1013 asoc->timeouts[timer] *= 2; in sctp_cmd_t1_timer_update()
1014 if (asoc->timeouts[timer] > asoc->max_init_timeo) { in sctp_cmd_t1_timer_update()
1015 asoc->timeouts[timer] = asoc->max_init_timeo; in sctp_cmd_t1_timer_update()
1022 asoc->timeouts[timer]); in sctp_cmd_t1_timer_update()
[all …]
Dassociola.c137 asoc->timeouts[SCTP_EVENT_TIMEOUT_T1_COOKIE] = asoc->rto_initial; in sctp_association_init()
138 asoc->timeouts[SCTP_EVENT_TIMEOUT_T1_INIT] = asoc->rto_initial; in sctp_association_init()
139 asoc->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = asoc->rto_initial; in sctp_association_init()
145 asoc->timeouts[SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD] in sctp_association_init()
148 asoc->timeouts[SCTP_EVENT_TIMEOUT_SACK] = asoc->sackdelay; in sctp_association_init()
149 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = sp->autoclose * HZ; in sctp_association_init()
Doutput.c583 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_packet_transmit()
585 timeout = asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
Dsm_statefuns.c827 if (new_asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1D_ce()
915 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_5_1E_ca()
2990 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_data_6_2()
3883 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_sf_eat_fwd_tsn()
5270 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_start_shutdown()
5349 if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) in sctp_sf_do_9_2_shutdown_ack()
/linux-4.1.27/drivers/message/fusion/
Dmptctl.h397 unsigned int timeouts; /* num timeouts */ member
420 unsigned long timeouts; /* num timeouts */ member
Dmptscsih.c1759 if (ioc->timeouts < -1) in mptscsih_abort()
1760 ioc->timeouts++; in mptscsih_abort()
1890 if (ioc->timeouts < -1) in mptscsih_bus_reset()
1891 ioc->timeouts++; in mptscsih_bus_reset()
Dmptbase.h777 unsigned long timeouts; member
Dmptctl.c2550 karg.timeouts = 0; in mptctl_hp_hostinfo()
2557 karg.timeouts = ioc->timeouts; in mptctl_hp_hostinfo()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-platform-dell-laptop52 The timeouts are expressed in seconds, minutes, hours and
67 Also note that only some timeouts are supported and that
Ddebugfs-driver-genwqe77 the VFs get enabled. Changing the timeouts in flight is not
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-tpm170 What: /sys/class/tpm/tpmX/device/timeouts
174 Description: The "timeouts" property shows the 4 vendor-specific values
175 for the TPM's interface spec timeouts. The use of these
176 timeouts is defined by the TPM interface spec that the chip
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt44 identified as "timeouts". Such timeouts are usually set up to cover
49 them becomes necessary. Thus the users of these timeouts can accept
55 (because most of the timeouts are deleted before completion), which
/linux-4.1.27/net/decnet/
DTODO4 o Proper timeouts on each neighbour (in routing mode) rather than
/linux-4.1.27/Documentation/networking/
Dproc_net_tcp.txt21 | | | | |--> number of unrecovered RTO timeouts
Dtcp-thin.txt13 waiting for long timeouts.
DPLIP.txt64 IRQs and trigger timeouts
Dip-sysctl.txt287 timeouts. It is particularly beneficial in networks where the
639 Enable dynamic triggering of linear timeouts for thin streams.
643 timeouts may be performed before exponential backoff mode is
Dppp_generic.txt18 * detecting network traffic for demand dialling and for idle timeouts
Darcnet-hardware.txt1800 J6-J21 Unknown (Probably extra timeouts & ROM enable ...)
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_app.c100 if (app->timeouts) { in ip_vs_app_inc_new()
102 ip_vs_create_timeout_table(app->timeouts, in ip_vs_app_inc_new()
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt145 * For timeouts, use absolute times. If you're a good fellow and made your
146 ioctl restartable relative timeouts tend to be too coarse and can
149 frame counter. With a spec laywer hat on this isn't a bug since timeouts can
153 * Consider ditching any synchronous wait ioctls with timeouts and just deliver
/linux-4.1.27/net/can/
DKconfig38 informs you on demand e.g. only on content updates / timeouts.
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c168 LPROC_SEQ_FOPS_RO_TYPE(mdc, timeouts);
/linux-4.1.27/drivers/ata/
Dlibata-eh.c133 const unsigned long *timeouts; member
152 .timeouts = ata_eh_identify_timeouts, },
154 .timeouts = ata_eh_other_timeouts, },
156 .timeouts = ata_eh_other_timeouts, },
158 .timeouts = ata_eh_other_timeouts, },
160 .timeouts = ata_eh_other_timeouts, },
162 .timeouts = ata_eh_flush_timeouts },
349 return ata_eh_cmd_timeout_table[ent].timeouts[idx]; in ata_internal_cmd_timeout()
374 if (ata_eh_cmd_timeout_table[ent].timeouts[idx + 1] != ULONG_MAX) in ata_internal_cmd_timed_out()
/linux-4.1.27/drivers/char/tpm/
Dtpm-sysfs.c264 static DEVICE_ATTR_RO(timeouts);
/linux-4.1.27/drivers/crypto/caam/
DKconfig64 equal or greater than the job ring size will force timeouts.
/linux-4.1.27/drivers/staging/vme/devices/
Dvme_user.c114 unsigned long timeouts; member
181 statistics.timeouts = 0; in reset_counters()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c120 unsigned int dataoff, unsigned int *timeouts) in icmpv6_new() argument
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c108 unsigned int dataoff, unsigned int *timeouts) in icmp_new() argument
/linux-4.1.27/drivers/clocksource/
DKconfig122 The main use of the event stream is wfe-based timeouts of userspace
/linux-4.1.27/Documentation/s390/
DCommonIO9 Enable logging of debug information in case of ccw device timeouts.
/linux-4.1.27/Documentation/i2c/
Dfault-codes122 timeouts, but it's normal for I2C adapters to impose some
/linux-4.1.27/Documentation/scsi/
DChangeLog.sym53c8xx_256 - Add optionnal code that handles IO timeouts from the driver.
Dscsi_eh.txt128 completions and SCSI_EH_CANCEL_CMD for timeouts.
Daic79xx.txt117 - Use del_timer_sync() to ensure that no timeouts
Dncr53c8xx.txt1118 Avoids timeouts for unordered tagged commands.
1169 other problem that may appear is timeouts. The only way to avoid
1170 timeouts seems to edit linux/drivers/scsi/sd.c and to increase the
DChangeLog.megaraid380 i. Handle IOCTL cmd timeouts more properly.
Dst.txt524 Note also that the timeouts are very long compared to most other
DChangeLog.1992-19971405 * Add code in scsi.c to help debug timeouts. Use #define
/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c4013 struct list_head *timeouts, long timeout_period, in check_msg_timeout() argument
4036 list_add_tail(&msg->link, timeouts); in check_msg_timeout()
4095 struct list_head timeouts; in ipmi_timeout_handler() local
4106 INIT_LIST_HEAD(&timeouts); in ipmi_timeout_handler()
4110 &timeouts, timeout_period, i, in ipmi_timeout_handler()
4114 list_for_each_entry_safe(msg, msg2, &timeouts, link) in ipmi_timeout_handler()
/linux-4.1.27/Documentation/spi/
Dpxa2xx126 timeouts and must busy-wait any trailing bytes.
/linux-4.1.27/Documentation/isdn/
DREADME.x25104 It is recommended to use sufficiently large hangup-timeouts for the
DREADME546 isdnctrl as usual. (Phone numbers, EAZ/MSN, timeouts etc.) If more
/linux-4.1.27/Documentation/
Dbus-virt-phys-mapping.txt197 much in the actual IO accesses as in error handling and timeouts etc).
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c533 LPROC_SEQ_FOPS_RO_TYPE(osc, timeouts);
/linux-4.1.27/Documentation/input/
Djoystick-api.txt130 until it timeouts. There's a good example on the select(2)
/linux-4.1.27/include/net/sctp/
Dstructs.h1601 unsigned long timeouts[SCTP_NUM_TIMEOUT_TYPES]; member
/linux-4.1.27/Documentation/video4linux/
DZoran315 If you experience timeouts during capture, buy a better mainboard or lower
447 If you experience timeouts, lowering the quality/buffersize or using
/linux-4.1.27/Documentation/hwmon/
Dabituguru-datasheet156 timeouts doesn't help, they just go offline for a second or 2, doing some
/linux-4.1.27/include/net/
Dip_vs.h815 int * timeouts; member
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME344 timeouts mean better the cache coherency, but increased number
345 of calls to the server. Longer timeouts mean reduced number
DCHANGES315 Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket)