Searched refs:tm (Results 1 - 7 of 7) sorted by relevance

/net/ipv4/
H A Dtcp_metrics.c55 static bool tcp_metric_locked(struct tcp_metrics_block *tm, argument
58 return tm->tcpm_lock & (1 << idx);
61 static u32 tcp_metric_get(struct tcp_metrics_block *tm, argument
64 return tm->tcpm_vals[idx];
67 static void tcp_metric_set(struct tcp_metrics_block *tm, argument
71 tm->tcpm_vals[idx] = val;
96 static void tcpm_suck_dst(struct tcp_metrics_block *tm, argument
103 tm->tcpm_stamp = jiffies;
116 tm->tcpm_lock = val;
119 tm
137 tcpm_check_stamp(struct tcp_metrics_block *tm, struct dst_entry *dst) argument
151 struct tcp_metrics_block *tm; local
201 tcp_get_encode(struct tcp_metrics_block *tm, int depth) argument
214 struct tcp_metrics_block *tm; local
230 struct tcp_metrics_block *tm; local
269 struct tcp_metrics_block *tm; local
317 struct tcp_metrics_block *tm; local
372 struct tcp_metrics_block *tm; local
492 struct tcp_metrics_block *tm; local
582 struct tcp_metrics_block *tm; local
612 struct tcp_metrics_block *tm; local
639 struct tcp_metrics_block *tm; local
661 struct tcp_metrics_block *tm; local
690 struct tcp_metrics_block *tm; local
714 struct tcp_metrics_block *tm; local
768 tcp_metrics_fill_info(struct sk_buff *msg, struct tcp_metrics_block *tm) argument
874 tcp_metrics_dump_info(struct sk_buff *skb, struct netlink_callback *cb, struct tcp_metrics_block *tm) argument
905 struct tcp_metrics_block *tm; local
970 struct tcp_metrics_block *tm; local
1032 struct tcp_metrics_block *tm; local
1055 struct tcp_metrics_block *tm; local
1154 struct tcp_metrics_block *tm, *next; local
[all...]
/net/sched/
H A Dem_text.c35 struct text_match *tm = EM_TEXT_PRIV(m); local
39 from = tcf_get_base_ptr(skb, tm->from_layer) - skb->data;
40 from += tm->from_offset;
42 to = tcf_get_base_ptr(skb, tm->to_layer) - skb->data;
43 to += tm->to_offset;
45 return skb_find_text(skb, from, to, tm->config, &state) != UINT_MAX;
51 struct text_match *tm; local
85 tm = kmalloc(sizeof(*tm), GFP_KERNEL);
86 if (tm
111 struct text_match *tm = EM_TEXT_PRIV(m); local
[all...]
H A Dact_ipt.c226 struct tcf_t tm; local
248 tm.install = jiffies_to_clock_t(jiffies - ipt->tcf_tm.install);
249 tm.lastuse = jiffies_to_clock_t(jiffies - ipt->tcf_tm.lastuse);
250 tm.expires = jiffies_to_clock_t(ipt->tcf_tm.expires);
251 if (nla_put(skb, TCA_IPT_TM, sizeof (tm), &tm))
H A Dcls_bpf.c301 struct sk_buff *skb, struct tcmsg *tm)
309 tm->tcm_handle = prog->handle;
300 cls_bpf_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, struct sk_buff *skb, struct tcmsg *tm) argument
/net/irda/
H A DKconfig11 The Infrared Data Associations (tm) specifies standards for wireless
14 To use Linux support for the IrDA (tm) protocols, you will also need
/net/core/
H A Dsock.c991 struct timeval tm; member in union:__anon31
1093 v.tm.tv_sec = 0;
1094 v.tm.tv_usec = 0;
1096 v.tm.tv_sec = sk->sk_rcvtimeo / HZ;
1097 v.tm.tv_usec = ((sk->sk_rcvtimeo % HZ) * 1000000) / HZ;
1104 v.tm.tv_sec = 0;
1105 v.tm.tv_usec = 0;
1107 v.tm.tv_sec = sk->sk_sndtimeo / HZ;
1108 v.tm.tv_usec = ((sk->sk_sndtimeo % HZ) * 1000000) / HZ;
/net/mac80211/
H A Ddebugfs_sta.c125 struct tm result;

Completed in 62 milliseconds