| /net/netfilter/ |
| A 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
|
| A 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()
|
| A D | Kconfig | 107 If both are enabled the backend to use can be configured at run-time 182 This allows you to store the flow start-time and to obtain 183 the flow-stop time (once it has been destroyed) via Connection 910 hoplimit/time-to-live value of the IP header. 940 The remaining time for expiration can be read via sysfs. 1370 in the IPv6 header, or the time-to-live field in the IPv4 1642 tristate '"time" match support' 1645 This option adds a "time" match, which allows you to match based on 1646 the packet arrival time (at the machine which netfilter is running) 1647 on) or departure time/date (for locally generated packets). [all …]
|
| /net/atm/ |
| A D | mpoa_caches.h | 20 time64_t time; member 57 time64_t time; member
|
| A 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()
|
| A 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/hsr/ |
| A D | prp_dup_discard_test.c | 68 unsigned long time = jiffies - 10; in prp_dup_discard_inside_dropwindow() local 73 data->node.time_out[HSR_PT_MASTER] = time; in prp_dup_discard_inside_dropwindow() 78 KUNIT_EXPECT_EQ(test, time, data->node.time_out[HSR_PT_MASTER]); in prp_dup_discard_inside_dropwindow()
|
| /net/sched/ |
| A D | sch_taprio.c | 224 static s32 get_cycle_time_elapsed(struct sched_gate_list *sched, ktime_t time) in get_cycle_time_elapsed() argument 229 time_since_sched_start = ktime_sub(time, sched->base_time); in get_cycle_time_elapsed() 327 ktime_t time, in find_entry_to_transmit() argument 351 cycle_elapsed = get_cycle_time_elapsed(sched, time); in find_entry_to_transmit() 352 curr_intv_end = ktime_sub_ns(time, cycle_elapsed); in find_entry_to_transmit() 369 if (ktime_before(txtime, time) || validate_interval) { in find_entry_to_transmit() 370 transmit_end_time = ktime_add_ns(time, packet_transmit_time); in find_entry_to_transmit() 371 if ((ktime_before(curr_intv_start, time) && in find_entry_to_transmit() 373 (ktime_after(curr_intv_start, time) && !validate_interval)) { in find_entry_to_transmit()
|
| A D | Kconfig | 20 example if some of your network devices are real time devices that 935 specific time slot and be dropped at other specific time slot by
|
| /net/ipv4/ |
| A 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 514 account the bandwidth used at the time congestion is experienced. 622 high speed long delay links. It uses round-trip-time to
|
| A D | tcp_input.c | 585 tp->rcvq_space.time = tp->tcp_mstamp; in tcp_init_buffer_space() 698 if (tp->rcv_rtt_est.time == 0) in tcp_rcv_rtt_measure() 702 delta_us = tcp_stamp_us_delta(tp->tcp_mstamp, tp->rcv_rtt_est.time); in tcp_rcv_rtt_measure() 709 tp->rcv_rtt_est.time = tp->tcp_mstamp; in tcp_rcv_rtt_measure() 780 int time, inq, copied; in tcp_rcv_space_adjust() local 785 time = tcp_stamp_us_delta(tp->tcp_mstamp, tp->rcvq_space.time); in tcp_rcv_space_adjust() 786 if (time < (tp->rcv_rtt_est.rtt_us >> 3) || tp->rcv_rtt_est.rtt_us == 0) in tcp_rcv_space_adjust() 797 trace_tcp_rcvbuf_grow(sk, time); in tcp_rcv_space_adjust() 805 tp->rcvq_space.time = tp->tcp_mstamp; in tcp_rcv_space_adjust()
|
| /net/bridge/ |
| A D | br_multicast.c | 1856 unsigned long time; in br_multicast_send_query() local 1891 time = jiffies; in br_multicast_send_query() 1895 mod_timer(&own_query->timer, time); in br_multicast_send_query() 3674 unsigned long time; in br_multicast_leave_group() local 3712 mod_timer(&own_query->timer, time); in br_multicast_leave_group() 3722 time_after(p->timer.expires, time) : in br_multicast_leave_group() 3724 mod_timer(&p->timer, time); in br_multicast_leave_group() 3738 time_after(mp->timer.expires, time) : in br_multicast_leave_group() 3740 mod_timer(&mp->timer, time); in br_multicast_leave_group() 3754 time_after(p->timer.expires, time) : in br_multicast_leave_group() [all …]
|
| /net/rxrpc/ |
| A D | Kconfig | 44 extended RTT time to be modelled. The delay can be configured using
|
| /net/nfc/ |
| A D | llcp.h | 45 unsigned long time; member
|
| A D | llcp_core.c | 256 unsigned long time; in nfc_llcp_sdreq_timeout_work() local 265 time = jiffies - msecs_to_jiffies(3 * local->remote_lto); in nfc_llcp_sdreq_timeout_work() 268 if (time_after(sdp->time, time)) in nfc_llcp_sdreq_timeout_work()
|
| A D | llcp_commands.c | 167 sdreq->time = jiffies; in nfc_llcp_build_sdreq_tlv()
|
| /net/mac80211/ |
| A D | ethtool.c | 189 data[i++] = survey.time; in ieee80211_get_stats()
|
| A D | link.c | 477 link->u.mgd.csa.time - in _ieee80211_set_active_links()
|
| /net/bpf/ |
| A D | test_run.c | 373 u32 repeat, u32 batch_size, u32 *time) in bpf_test_run_xdp_live() argument 393 } while (bpf_test_timer_continue(&t, xdp.frame_cnt, repeat, &ret, time)); in bpf_test_run_xdp_live() 401 u32 *retval, u32 *time, bool xdp) in bpf_test_run() argument 438 } while (bpf_test_timer_continue(&t, 1, repeat, &ret, time)); in bpf_test_run()
|
| /net/xfrm/ |
| A D | Kconfig | 57 Policy which lives shorter time in kernel should be a sub.
|
| /net/bluetooth/ |
| A D | Kconfig | 130 cases are run first thing at module load time. When the Bluetooth
|
| /net/mptcp/ |
| A D | protocol.c | 1942 u32 time, advmss = 1; in mptcp_rcv_space_adjust() local 1956 time = tcp_stamp_us_delta(mstamp, msk->rcvq_space.time); in mptcp_rcv_space_adjust() 1959 if (rtt_us && time < (rtt_us >> 3)) in mptcp_rcv_space_adjust() 1980 if (time < (rtt_us >> 3) || rtt_us == 0) in mptcp_rcv_space_adjust() 2030 msk->rcvq_space.time = mstamp; in mptcp_rcv_space_adjust() 3331 msk->rcvq_space.time = tp->tcp_mstamp; in mptcp_rcv_space_init()
|
| /net/netfilter/ipvs/ |
| A 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/ |
| A D | Kconfig | 62 time, the warning might trigger spuriously due to races.
|
| /net/ipv6/ |
| A D | Kconfig | 223 GRE (Generic Routing Encapsulation) and at this time allows
|