/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto_udp.c | 77 return udp_pernet(net)->timeouts; in udp_get_timeouts() 87 unsigned int *timeouts) in udp_packet() argument 93 timeouts[UDP_CT_REPLIED]); in udp_packet() 99 timeouts[UDP_CT_UNREPLIED]); in udp_packet() 106 unsigned int dataoff, unsigned int *timeouts) in udp_new() argument 164 unsigned int *timeouts = data; in udp_timeout_nlattr_to_obj() local 168 timeouts[UDP_CT_UNREPLIED] = un->timeouts[UDP_CT_UNREPLIED]; in udp_timeout_nlattr_to_obj() 169 timeouts[UDP_CT_REPLIED] = un->timeouts[UDP_CT_REPLIED]; in udp_timeout_nlattr_to_obj() 172 timeouts[UDP_CT_UNREPLIED] = in udp_timeout_nlattr_to_obj() 176 timeouts[UDP_CT_REPLIED] = in udp_timeout_nlattr_to_obj() [all …]
|
D | nf_conntrack_proto_udplite.c | 41 unsigned int timeouts[UDPLITE_CT_MAX]; member 85 return udplite_pernet(net)->timeouts; in udplite_get_timeouts() 95 unsigned int *timeouts) in udplite_packet() argument 101 timeouts[UDPLITE_CT_REPLIED]); in udplite_packet() 107 timeouts[UDPLITE_CT_UNREPLIED]); in udplite_packet() 114 unsigned int dataoff, unsigned int *timeouts) in udplite_new() argument 179 unsigned int *timeouts = data; in udplite_timeout_nlattr_to_obj() local 183 timeouts[UDPLITE_CT_UNREPLIED] = un->timeouts[UDPLITE_CT_UNREPLIED]; in udplite_timeout_nlattr_to_obj() 184 timeouts[UDPLITE_CT_REPLIED] = un->timeouts[UDPLITE_CT_REPLIED]; in udplite_timeout_nlattr_to_obj() 187 timeouts[UDPLITE_CT_UNREPLIED] = in udplite_timeout_nlattr_to_obj() [all …]
|
D | nf_conntrack_proto_tcp.c | 808 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 …]
|
D | nf_conntrack_proto_sctp.c | 150 unsigned int timeouts[SCTP_CONNTRACK_MAX]; member 319 return sctp_pernet(net)->timeouts; in sctp_get_timeouts() 329 unsigned int *timeouts) in sctp_packet() argument 426 nf_ct_refresh_acct(ct, ctinfo, skb, timeouts[new_state]); in sctp_packet() 446 unsigned int dataoff, unsigned int *timeouts) in sctp_new() argument 608 unsigned int *timeouts = data; in sctp_timeout_nlattr_to_obj() local 614 timeouts[i] = sn->timeouts[i]; in sctp_timeout_nlattr_to_obj() 619 timeouts[i] = ntohl(nla_get_be32(tb[i])) * HZ; in sctp_timeout_nlattr_to_obj() 628 const unsigned int *timeouts = data; in sctp_timeout_obj_to_nlattr() local 632 if (nla_put_be32(skb, i, htonl(timeouts[i] / HZ))) in sctp_timeout_obj_to_nlattr() [all …]
|
D | nf_conntrack_proto_gre.c | 256 unsigned int *timeouts) in gre_packet() argument 275 unsigned int dataoff, unsigned int *timeouts) in gre_new() argument 282 ct->proto.gre.stream_timeout = timeouts[GRE_CT_REPLIED]; in gre_new() 283 ct->proto.gre.timeout = timeouts[GRE_CT_UNREPLIED]; in gre_new() 309 unsigned int *timeouts = data; in gre_timeout_nlattr_to_obj() local 313 timeouts[GRE_CT_UNREPLIED] = net_gre->gre_timeouts[GRE_CT_UNREPLIED]; in gre_timeout_nlattr_to_obj() 314 timeouts[GRE_CT_REPLIED] = net_gre->gre_timeouts[GRE_CT_REPLIED]; in gre_timeout_nlattr_to_obj() 317 timeouts[GRE_CT_UNREPLIED] = in gre_timeout_nlattr_to_obj() 321 timeouts[GRE_CT_REPLIED] = in gre_timeout_nlattr_to_obj() 330 const unsigned int *timeouts = data; in gre_timeout_obj_to_nlattr() local [all …]
|
D | nfnetlink_cttimeout.c | 52 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() 381 unsigned int *timeouts; in cttimeout_default_set() local 399 timeouts = l4proto->get_timeouts(net); in cttimeout_default_set() 401 ret = ctnl_timeout_parse_policy(timeouts, l4proto, net, in cttimeout_default_set() 438 unsigned int *timeouts = l4proto->get_timeouts(net); in cttimeout_default_fill_info() local 446 ret = l4proto->ctnl_timeout.obj_to_nlattr(skb, timeouts); in cttimeout_default_fill_info()
|
D | nf_conntrack_proto_dccp.c | 423 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()
|
D | nf_conntrack_core.c | 924 unsigned int *timeouts; in init_conntrack() local 944 timeouts = nf_ct_timeout_data(timeout_ext); in init_conntrack() 945 if (unlikely(!timeouts)) in init_conntrack() 946 timeouts = l4proto->get_timeouts(net); in init_conntrack() 948 timeouts = l4proto->get_timeouts(net); in init_conntrack() 951 if (!l4proto->new(ct, skb, dataoff, timeouts)) { in init_conntrack() 1091 unsigned int *timeouts; in nf_conntrack_in() local 1157 timeouts = nf_ct_timeout_lookup(net, ct, l4proto); in nf_conntrack_in() 1159 ret = l4proto->packet(ct, skb, dataoff, ctinfo, pf, hooknum, timeouts); in nf_conntrack_in()
|
D | nf_conntrack_proto_generic.c | 91 unsigned int dataoff, unsigned int *timeouts) in generic_new() argument
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_timeout.h | 74 unsigned int *timeouts; in nf_ct_timeout_lookup() local 78 timeouts = nf_ct_timeout_data(timeout_ext); in nf_ct_timeout_lookup() 79 if (unlikely(!timeouts)) in nf_ct_timeout_lookup() 80 timeouts = l4proto->get_timeouts(net); in nf_ct_timeout_lookup() 82 timeouts = l4proto->get_timeouts(net); in nf_ct_timeout_lookup() 85 return timeouts; in nf_ct_timeout_lookup()
|
D | nf_conntrack_l4proto.h | 44 unsigned int *timeouts); 49 unsigned int dataoff, unsigned int *timeouts);
|
/linux-4.4.14/drivers/staging/speakup/ |
D | serialio.c | 24 static int timeouts; variable 154 if ((synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_wait_for_xmitr() 163 timeouts = 0; in spk_wait_for_xmitr() 169 timeouts++; in spk_wait_for_xmitr() 181 timeouts++; in spk_wait_for_xmitr() 186 timeouts = 0; in spk_wait_for_xmitr()
|
/linux-4.4.14/include/net/netns/ |
D | conntrack.h | 33 unsigned int timeouts[TCP_CONNTRACK_TIMEOUT_MAX]; member 47 unsigned int timeouts[UDP_CT_MAX]; member
|
/linux-4.4.14/net/sctp/ |
D | sm_sideeffect.c | 203 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 …]
|
D | associola.c | 137 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()
|
D | output.c | 583 asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) { in sctp_packet_transmit() 585 timeout = asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
|
D | sm_statefuns.c | 827 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.4.14/drivers/message/fusion/ |
D | mptctl.h | 397 unsigned int timeouts; /* num timeouts */ member 420 unsigned long timeouts; /* num timeouts */ member
|
D | mptscsih.c | 1759 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()
|
D | mptbase.h | 776 unsigned long timeouts; member
|
D | mptctl.c | 2563 karg.timeouts = 0; in mptctl_hp_hostinfo() 2570 karg.timeouts = ioc->timeouts; in mptctl_hp_hostinfo()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-dell-laptop | 52 The timeouts are expressed in seconds, minutes, hours and 67 Also note that only some timeouts are supported and that
|
D | debugfs-driver-genwqe | 77 the VFs get enabled. Changing the timeouts in flight is not
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 170 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.4.14/Documentation/timers/ |
D | hrtimers.txt | 44 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.4.14/net/decnet/ |
D | TODO | 4 o Proper timeouts on each neighbour (in routing mode) rather than
|
/linux-4.4.14/Documentation/networking/ |
D | proc_net_tcp.txt | 21 | | | | |--> number of unrecovered RTO timeouts
|
D | tcp-thin.txt | 13 waiting for long timeouts.
|
D | PLIP.txt | 64 IRQs and trigger timeouts
|
D | ppp_generic.txt | 18 * detecting network traffic for demand dialling and for idle timeouts
|
D | ip-sysctl.txt | 296 timeouts. It is particularly beneficial in networks where the 680 Enable dynamic triggering of linear timeouts for thin streams. 684 timeouts may be performed before exponential backoff mode is
|
D | arcnet-hardware.txt | 1800 J6-J21 Unknown (Probably extra timeouts & ROM enable ...)
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 166 LPROC_SEQ_FOPS_RO_TYPE(mdc, timeouts);
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_app.c | 100 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.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 145 * 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.4.14/net/can/ |
D | Kconfig | 38 informs you on demand e.g. only on content updates / timeouts.
|
/linux-4.4.14/drivers/ata/ |
D | libata-eh.c | 133 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.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 50 other timeouts were derived from. These days it's much less 51 important as network timeouts are mostly determined by 52 AT (adaptive timeouts). 82 rolls over by the time you notice RPC timeouts. 143 encountered by adaptive timeouts code.
|
/linux-4.4.14/drivers/crypto/caam/ |
D | Kconfig | 63 equal or greater than the job ring size will force timeouts.
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm-sysfs.c | 264 static DEVICE_ATTR_RO(timeouts);
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 121 unsigned int dataoff, unsigned int *timeouts) in icmpv6_new() argument
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 108 unsigned int dataoff, unsigned int *timeouts) in icmp_new() argument
|
/linux-4.4.14/Documentation/s390/ |
D | CommonIO | 9 Enable logging of debug information in case of ccw device timeouts.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 56 - Add optionnal code that handles IO timeouts from the driver.
|
D | scsi_eh.txt | 128 completions and SCSI_EH_CANCEL_CMD for timeouts.
|
D | aic79xx.txt | 117 - Use del_timer_sync() to ensure that no timeouts
|
D | ncr53c8xx.txt | 1118 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
|
D | ChangeLog.megaraid | 380 i. Handle IOCTL cmd timeouts more properly.
|
D | st.txt | 585 Note also that the timeouts are very long compared to most other
|
D | ChangeLog.1992-1997 | 1405 * Add code in scsi.c to help debug timeouts. Use #define
|
/linux-4.4.14/Documentation/i2c/ |
D | fault-codes | 122 timeouts, but it's normal for I2C adapters to impose some
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 4023 struct list_head *timeouts, long timeout_period, in check_msg_timeout() argument 4046 list_add_tail(&msg->link, timeouts); in check_msg_timeout() 4105 struct list_head timeouts; in ipmi_timeout_handler() local 4116 INIT_LIST_HEAD(&timeouts); in ipmi_timeout_handler() 4120 &timeouts, timeout_period, i, in ipmi_timeout_handler() 4124 list_for_each_entry_safe(msg, msg2, &timeouts, link) in ipmi_timeout_handler()
|
/linux-4.4.14/drivers/clocksource/ |
D | Kconfig | 154 The main use of the event stream is wfe-based timeouts of userspace
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 120 timeouts and must busy-wait any trailing bytes.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.x25 | 104 It is recommended to use sufficiently large hangup-timeouts for the
|
D | README | 546 isdnctrl as usual. (Phone numbers, EAZ/MSN, timeouts etc.) If more
|
/linux-4.4.14/Documentation/ |
D | bus-virt-phys-mapping.txt | 197 much in the actual IO accesses as in error handling and timeouts etc).
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 130 until it timeouts. There's a good example on the select(2)
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 574 LPROC_SEQ_FOPS_RO_TYPE(osc, timeouts);
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 1602 unsigned long timeouts[SCTP_NUM_TIMEOUT_TYPES]; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 315 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.4.14/Documentation/hwmon/ |
D | abituguru-datasheet | 156 timeouts doesn't help, they just go offline for a second or 2, doing some
|
/linux-4.4.14/include/net/ |
D | ip_vs.h | 780 int * timeouts; member
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 344 timeouts mean better the cache coherency, but increased number 345 of calls to the server. Longer timeouts mean reduced number
|
D | CHANGES | 315 Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket)
|