Lines Matching defs:tmp
258 struct neighbour *n, *tmp;
266 list_for_each_entry_safe(n, tmp, &tbl->gc_list, gc_list) {
354 struct sk_buff_head tmp;
358 skb_queue_head_init(&tmp);
368 __skb_queue_tail(&tmp, skb);
374 while ((skb = __skb_dequeue(&tmp))) {
3545 struct ctl_table tmp = *ctl;
3547 tmp.extra1 = SYSCTL_ZERO;
3548 tmp.extra2 = &unres_qlen_max;
3549 tmp.data = &size;
3552 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
3597 struct ctl_table tmp = *ctl;
3600 tmp.extra1 = SYSCTL_ZERO;
3601 tmp.extra2 = SYSCTL_INT_MAX;
3603 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
3611 struct ctl_table tmp = *ctl;
3616 tmp.extra1 = &min;
3617 tmp.extra2 = NULL;
3619 ret = proc_dointvec_ms_jiffies_minmax(&tmp, write, buffer, lenp, ppos);