Searched refs:t2 (Results 1 – 16 of 16) sorted by relevance
/net/netfilter/ |
D | nf_conntrack_extend.c | 128 struct nf_ct_ext_type *t1, *t2; in update_alloc_size() local 148 t2 = nf_ct_ext_types[j]; in update_alloc_size() 149 if (t2 == NULL || t2 == t1 || in update_alloc_size() 150 (t2->flags & NF_CT_EXT_F_PREALLOC) == 0) in update_alloc_size() 153 t1->alloc_size = ALIGN(t1->alloc_size, t2->align) in update_alloc_size() 154 + t2->len; in update_alloc_size()
|
D | nfnetlink_queue.c | 584 struct hlist_node *tmp, *t2; in nfqnl_rcv_nl_event() local 588 hlist_for_each_entry_safe(inst, tmp, t2, head, hlist) { in nfqnl_rcv_nl_event()
|
D | nfnetlink_log.c | 670 struct hlist_node *tmp, *t2; in nfulnl_rcv_nl_event() local 674 hlist_for_each_entry_safe(inst, tmp, t2, head, hlist) { in nfulnl_rcv_nl_event()
|
/net/lapb/ |
D | lapb_iface.c | 131 lapb->t2 = LAPB_DEFAULT_T2; in lapb_create_cb() 205 parms->t2 = lapb->t2 / HZ; in lapb_getparms() 237 if (parms->t1 < 1 || parms->t2 < 1 || parms->n2 < 1) in lapb_setparms() 253 lapb->t2 = parms->t2 * HZ; in lapb_setparms()
|
D | lapb_timer.c | 57 lapb->t2timer.expires = jiffies + lapb->t2; in lapb_start_t2timer()
|
/net/decnet/ |
D | dn_dev.c | 89 .t2 = 1, 101 .t2 = 1, 112 .t2 = 1, 124 .t2 = 1, 135 .t2 = 1, 145 .t2 = 1, 202 .data = (void *)DN_DEV_PARMS_OFFSET(t2), 1080 if (dn_db->t3 <= dn_db->parms.t2) { in dn_dev_timer_func() 1089 dn_db->t3 -= dn_db->parms.t2; in dn_dev_timer_func() 1099 if (dn_db->parms.t2 > dn_db->parms.t3) in dn_dev_set_timer() [all …]
|
/net/ipv4/ |
D | ip_gre.c | 174 struct ip_tunnel *t2 = NULL; in ipgre_tunnel_lookup() local 184 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup() 185 t2 = t; in ipgre_tunnel_lookup() 195 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup() 196 t2 = t; in ipgre_tunnel_lookup() 208 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup() 209 t2 = t; in ipgre_tunnel_lookup() 218 if (t->dev->type == ARPHRD_IPGRE && !t2) in ipgre_tunnel_lookup() 219 t2 = t; in ipgre_tunnel_lookup() 223 if (t2) in ipgre_tunnel_lookup() [all …]
|
/net/ax25/ |
D | af_ax25.c | 410 ax25->t2 = ax25_ctl.arg * HZ; in ax25_ctl_ioctl() 449 ax25->t2 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T2]); in ax25_fillin_cb_from_dev() 483 ax25->t2 = msecs_to_jiffies(AX25_DEF_T2); in ax25_fillin_cb() 581 ax25->t2 = opt * HZ; in ax25_setsockopt() 706 val = ax25->t2 / HZ; in ax25_getsockopt() 914 ax25->t2 = oax25->t2; in ax25_make_new() 1776 ax25_info.t2 = ax25->t2 / HZ; in ax25_ioctl() 1916 ax25_display_timer(&ax25->t2timer) / HZ, ax25->t2 / HZ, in ax25_info_show()
|
D | ax25_timer.c | 65 mod_timer(&ax25->t2timer, jiffies + ax25->t2); in ax25_start_t2timer()
|
/net/netrom/ |
D | af_netrom.c | 330 nr->t2 = opt * HZ; in nr_setsockopt() 379 val = nr->t2 / HZ; in nr_getsockopt() 459 nr->t2 = in nr_create() 508 nr->t2 = onr->t2; in nr_make_new() 1331 nr->t2 / HZ, in nr_info_show()
|
D | nr_timer.c | 64 mod_timer(&nr->t2timer, jiffies + nr->t2); in nr_start_t2timer()
|
/net/x25/ |
D | x25_timer.c | 57 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
|
D | x25_proc.c | 164 x25->va, x25_display_timer(s) / HZ, x25->t2 / HZ, in x25_seq_socket_show()
|
D | af_x25.c | 520 x25->t2 = sysctl_x25_ack_holdback_timeout; in x25_create() 570 x25->t2 = ox25->t2; in x25_make_new()
|
/net/rose/ |
D | af_rose.c | 405 rose->t2 = opt * HZ; in rose_setsockopt() 462 val = rose->t2 / HZ; in rose_getsockopt() 550 rose->t2 = msecs_to_jiffies(sysctl_rose_reset_request_timeout); in rose_create() 595 rose->t2 = orose->t2; in rose_make_new() 1485 rose->t2 / HZ, in rose_info_show()
|
D | rose_timer.c | 68 rose->timer.expires = jiffies + rose->t2; in rose_start_t2timer()
|