Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 16 of 16) sorted by relevance

/net/ipv4/
A Dtcp_metrics.c150 if (!tm) in tcpm_check_stamp()
192 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()
193 tm = deref_locked(tm->tcpm_next)) { in tcpm_new()
200 tm = kzalloc(sizeof(*tm), GFP_ATOMIC); in tcpm_new()
224 if (tm) in tcp_get_encode()
239 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics()
281 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics_req()
552 if (tm && tcp_metric_get(tm, TCP_METRIC_RTT)) in tcp_peer_is_proven()
875 tm = rcu_dereference(tm->tcpm_next)) { in tcp_metrics_nl_cmd_get()
913 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_flush_all()
[all …]
/net/sched/
A Dem_text.c35 from += tm->from_offset; in em_text_match()
38 to += tm->to_offset; in em_text_match()
46 struct text_match *tm; in em_text_change() local
80 tm = kmalloc(sizeof(*tm), GFP_KERNEL); in em_text_change()
81 if (tm == NULL) { in em_text_change()
89 tm->to_layer = conf->to_layer; in em_text_change()
90 tm->config = ts_conf; in em_text_change()
92 m->datalen = sizeof(*tm); in em_text_change()
93 m->data = (unsigned long) tm; in em_text_change()
113 conf.to_offset = tm->to_offset; in em_text_dump()
[all …]
A Dact_bpf.c148 struct tcf_t tm; in tcf_bpf_dump() local
163 tcf_tm_dump(&tm, &prog->tcf_tm); in tcf_bpf_dump()
164 if (nla_put_64bit(skb, TCA_ACT_BPF_TM, sizeof(tm), &tm, in tcf_bpf_dump()
A Dact_gact.c178 struct tcf_t *tm = &gact->tcf_tm; in tcf_gact_stats_update() local
182 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_gact_stats_update()
A Dact_sample.c218 struct tcf_t *tm = &s->tcf_tm; in tcf_sample_stats_update() local
221 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_sample_stats_update()
A Dact_vlan.c342 struct tcf_t *tm = &v->tcf_tm; in tcf_vlan_stats_update() local
345 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_vlan_stats_update()
A Dact_skbedit.c98 struct tcf_t *tm = &d->tcf_tm; in tcf_skbedit_stats_update() local
101 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_skbedit_stats_update()
A Dact_tunnel_key.c727 struct tcf_t tm; in tunnel_key_dump() local
765 tcf_tm_dump(&tm, &t->tcf_tm); in tunnel_key_dump()
766 if (nla_put_64bit(skb, TCA_TUNNEL_KEY_TM, sizeof(tm), in tunnel_key_dump()
767 &tm, TCA_TUNNEL_KEY_PAD)) in tunnel_key_dump()
A Dact_mirred.c488 struct tcf_t *tm = &m->tcf_tm; in tcf_stats_update() local
491 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_stats_update()
A Dact_pedit.c493 struct tcf_t *tm = &d->tcf_tm; in tcf_pedit_stats_update() local
496 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_pedit_stats_update()
A Dact_police.c333 struct tcf_t *tm = &police->tcf_tm; in tcf_police_stats_update() local
336 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_police_stats_update()
A Dact_gate.c569 struct tcf_t *tm = &gact->tcf_tm; in tcf_gate_stats_update() local
572 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_gate_stats_update()
A Dcls_bpf.c580 struct sk_buff *skb, struct tcmsg *tm, bool rtnl_held) in cls_bpf_dump() argument
590 tm->tcm_handle = prog->handle; in cls_bpf_dump()
/net/netfilter/
A Dnft_meta.c51 struct tm tm; in nft_meta_hour() local
53 time64_to_tm(secs, 0, &tm); in nft_meta_hour()
55 return tm.tm_hour * NFT_META_SECS_PER_HOUR in nft_meta_hour()
56 + tm.tm_min * NFT_META_SECS_PER_MINUTE in nft_meta_hour()
57 + tm.tm_sec; in nft_meta_hour()
/net/vmw_vsock/
A Daf_vsock.c1966 struct __kernel_old_timeval tm; in vsock_connectible_getsockopt() member
/net/core/
A Dsock.c1730 struct __kernel_old_timeval tm; in sk_getsockopt() member

Completed in 42 milliseconds