/net/netfilter/ |
D | xt_time.c | 80 static inline unsigned int localtime_1(struct xtm *r, time64_t time) in localtime_1() argument 85 div_u64_rem(time, SECONDS_PER_DAY, &v); in localtime_1() 93 static inline void localtime_2(struct xtm *r, time64_t time) in localtime_2() argument 99 r->dse = div_u64(time, SECONDS_PER_DAY); in localtime_2() 108 static void localtime_3(struct xtm *r, time64_t time) in localtime_3() argument
|
D | xt_recent.c | 155 static void recent_entry_reap(struct recent_table *t, unsigned long time, in recent_entry_reap() argument 174 if (time_after(time, e->stamps[e->index-1])) in recent_entry_reap() 299 unsigned long time = jiffies - info->seconds * HZ; in recent_mt() local 303 if (info->seconds && time_after(time, e->stamps[i])) in recent_mt() 313 recent_entry_reap(t, time, e, in recent_mt()
|
D | Kconfig | 93 If both are enabled the backend to use can be configured at run-time 169 This allows you to store the flow start-time and to obtain 170 the flow-stop time (once it has been destroyed) via Connection 890 hoplimit/time-to-live value of the IP header. 920 The remaining time for expiration can be read via sysfs. 934 you could have an LED which lights up for a minute or two every time 1350 in the IPv6 header, or the time-to-live field in the IPv4 1645 tristate '"time" match support' 1648 This option adds a "time" match, which allows you to match based on 1649 the packet arrival time (at the machine which netfilter is running) [all …]
|
/net/atm/ |
D | mpoa_caches.h | 20 time64_t time; member 57 time64_t time; member
|
D | mpoa_caches.c | 120 entry->time = ktime_get_seconds(); in in_cache_add_entry() 238 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_count_and_expired() 480 entry->time = ktime_get_seconds(); in eg_cache_add_entry() 495 entry->time = ktime_get_seconds(); in update_eg_cache_entry() 512 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_expired()
|
D | mpoa_proc.c | 150 unsigned long seconds_delta = now - in_entry->time; in mpc_show() 170 unsigned long seconds_delta = now - eg_entry->time; in mpc_show()
|
/net/sched/ |
D | sch_taprio.c | 145 static s32 get_cycle_time_elapsed(struct sched_gate_list *sched, ktime_t time) in get_cycle_time_elapsed() argument 150 time_since_sched_start = ktime_sub(time, sched->base_time); in get_cycle_time_elapsed() 191 ktime_t time, in find_entry_to_transmit() argument 215 cycle_elapsed = get_cycle_time_elapsed(sched, time); in find_entry_to_transmit() 216 curr_intv_end = ktime_sub_ns(time, cycle_elapsed); in find_entry_to_transmit() 233 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit() 234 transmit_end_time = ktime_add_ns(time, packet_transmit_time); in find_entry_to_transmit() 235 if ((ktime_before(curr_intv_start, time) && in find_entry_to_transmit() 237 (ktime_after(curr_intv_start, time) && !validate_interval)) { in find_entry_to_transmit()
|
D | sch_cbq.c | 508 ktime_t time; in cbq_undelay() local 510 time = 0; in cbq_undelay() 511 time = ktime_add_ns(time, PSCHED_TICKS2NS(now + delay)); in cbq_undelay() 512 hrtimer_start(&q->delay_timer, time, HRTIMER_MODE_ABS_PINNED); in cbq_undelay()
|
D | Kconfig | 20 example if some of your network devices are real time devices that 954 specific time slot and be dropped at other specific time slot by
|
/net/bpfilter/ |
D | Kconfig | 20 building static binaries, since rootfs isn't mounted at the time
|
/net/ipv4/ |
D | Kconfig | 34 at boot time after the /proc file system has been mounted. 124 discovered automatically at boot time using the DHCP protocol (a 141 discovered automatically at boot time using the BOOTP protocol (a 156 discovered automatically at boot time using the RARP protocol (an 200 GRE (Generic Routing Encapsulation) and at this time allows 294 If you say Y here, you can disable SYN cookies at run time by 515 account the bandwidth used at the time congestion is experienced. 623 high speed long delay links. It uses round-trip-time to
|
D | tcp_input.c | 550 tp->rcvq_space.time = tp->tcp_mstamp; in tcp_init_buffer_space() 665 if (tp->rcv_rtt_est.time == 0) in tcp_rcv_rtt_measure() 669 delta_us = tcp_stamp_us_delta(tp->tcp_mstamp, tp->rcv_rtt_est.time); in tcp_rcv_rtt_measure() 676 tp->rcv_rtt_est.time = tp->tcp_mstamp; in tcp_rcv_rtt_measure() 710 int time; in tcp_rcv_space_adjust() local 715 time = tcp_stamp_us_delta(tp->tcp_mstamp, tp->rcvq_space.time); in tcp_rcv_space_adjust() 716 if (time < (tp->rcv_rtt_est.rtt_us >> 3) || tp->rcv_rtt_est.rtt_us == 0) in tcp_rcv_space_adjust() 766 tp->rcvq_space.time = tp->tcp_mstamp; in tcp_rcv_space_adjust()
|
/net/dccp/ccids/ |
D | Kconfig | 24 throughput over time compared with TCP, which makes CCID-3 more
|
/net/bridge/ |
D | br_multicast.c | 1701 unsigned long time; in br_multicast_send_query() local 1736 time = jiffies; in br_multicast_send_query() 1737 time += own_query->startup_sent < brmctx->multicast_startup_query_count ? in br_multicast_send_query() 1740 mod_timer(&own_query->timer, time); in br_multicast_send_query() 3431 unsigned long time; in br_multicast_leave_group() local 3466 time = jiffies + brmctx->multicast_last_member_count * in br_multicast_leave_group() 3469 mod_timer(&own_query->timer, time); in br_multicast_leave_group() 3479 time_after(p->timer.expires, time) : in br_multicast_leave_group() 3481 mod_timer(&p->timer, time); in br_multicast_leave_group() 3489 time = now + brmctx->multicast_last_member_count * in br_multicast_leave_group() [all …]
|
/net/nfc/ |
D | llcp.h | 46 unsigned long time; member
|
D | llcp_core.c | 257 unsigned long time; in nfc_llcp_sdreq_timeout_work() local 266 time = jiffies - msecs_to_jiffies(3 * local->remote_lto); in nfc_llcp_sdreq_timeout_work() 269 if (time_after(sdp->time, time)) in nfc_llcp_sdreq_timeout_work()
|
D | llcp_commands.c | 167 sdreq->time = jiffies; in nfc_llcp_build_sdreq_tlv()
|
/net/mac80211/ |
D | ethtool.c | 177 data[i++] = survey.time; in ieee80211_get_stats()
|
/net/xfrm/ |
D | Kconfig | 56 Policy which lives shorter time in kernel should be a sub.
|
/net/mptcp/ |
D | protocol.c | 1854 u32 time, advmss = 1; in mptcp_rcv_space_adjust() local 1865 time = tcp_stamp_us_delta(mstamp, msk->rcvq_space.time); in mptcp_rcv_space_adjust() 1868 if (rtt_us && time < (rtt_us >> 3)) in mptcp_rcv_space_adjust() 1887 if (time < (rtt_us >> 3) || rtt_us == 0) in mptcp_rcv_space_adjust() 1941 msk->rcvq_space.time = mstamp; in mptcp_rcv_space_adjust() 2874 msk->rcvq_space.time = tp->tcp_mstamp; in mptcp_rcv_space_init()
|
/net/bluetooth/ |
D | Kconfig | 126 cases are run first thing at module load time. When the Bluetooth
|
/net/bpf/ |
D | test_run.c | 90 u32 *retval, u32 *time, bool xdp) in bpf_test_run() argument 120 } while (bpf_test_timer_continue(&t, repeat, &ret, time)); in bpf_test_run()
|
/net/netfilter/ipvs/ |
D | Kconfig | 63 connections per second multiplying average lasting time of 204 modified for the specified time, the most loaded node is removed
|
/net/wireless/ |
D | Kconfig | 65 time, the warning might trigger spuriously due to races.
|
/net/ipv6/ |
D | Kconfig | 222 GRE (Generic Routing Encapsulation) and at this time allows
|