Searched refs:tm (Results 1 – 4 of 4) sorted by relevance
/net/sched/ |
D | em_text.c | 35 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_match() local 39 from = tcf_get_base_ptr(skb, tm->from_layer) - skb->data; in em_text_match() 40 from += tm->from_offset; in em_text_match() 42 to = tcf_get_base_ptr(skb, tm->to_layer) - skb->data; in em_text_match() 43 to += tm->to_offset; in em_text_match() 45 return skb_find_text(skb, from, to, tm->config, &state) != UINT_MAX; in em_text_match() 51 struct text_match *tm; in em_text_change() local 85 tm = kmalloc(sizeof(*tm), GFP_KERNEL); in em_text_change() 86 if (tm == NULL) { in em_text_change() 91 tm->from_offset = conf->from_offset; in em_text_change() [all …]
|
D | act_ipt.c | 251 struct tcf_t tm; in tcf_ipt_dump() local 272 tm.install = jiffies_to_clock_t(jiffies - ipt->tcf_tm.install); in tcf_ipt_dump() 273 tm.lastuse = jiffies_to_clock_t(jiffies - ipt->tcf_tm.lastuse); in tcf_ipt_dump() 274 tm.expires = jiffies_to_clock_t(ipt->tcf_tm.expires); in tcf_ipt_dump() 275 NLA_PUT(skb, TCA_IPT_TM, sizeof (tm), &tm); in tcf_ipt_dump()
|
/net/core/ |
D | sock.c | 688 struct timeval tm; in sock_getsockopt() member 774 v.tm.tv_sec = 0; in sock_getsockopt() 775 v.tm.tv_usec = 0; in sock_getsockopt() 777 v.tm.tv_sec = sk->sk_rcvtimeo / HZ; in sock_getsockopt() 778 v.tm.tv_usec = ((sk->sk_rcvtimeo % HZ) * 1000000) / HZ; in sock_getsockopt() 785 v.tm.tv_sec = 0; in sock_getsockopt() 786 v.tm.tv_usec = 0; in sock_getsockopt() 788 v.tm.tv_sec = sk->sk_sndtimeo / HZ; in sock_getsockopt() 789 v.tm.tv_usec = ((sk->sk_sndtimeo % HZ) * 1000000) / HZ; in sock_getsockopt()
|
/net/irda/ |
D | Kconfig | 11 The Infrared Data Associations (tm) specifies standards for wireless 14 To use Linux support for the IrDA (tm) protocols, you will also need
|