Searched refs:ttd (Results 1 - 17 of 17) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dip6_flowlabel.c105 unsigned long ttd = fl->lastuse + fl->linger; local
106 if (time_after(ttd, fl->expires))
107 fl->expires = ttd;
108 ttd = fl->expires;
115 time_after(ip6_fl_gc_timer.expires, ttd))
116 mod_timer(&ip6_fl_gc_timer, ttd);
134 unsigned long ttd = fl->lastuse + fl->linger; local
135 if (time_after(ttd, fl->expires))
136 fl->expires = ttd;
137 ttd
[all...]
H A Dtcp_ipv6.c1962 int ttd = req->expires - jiffies; local
1966 if (ttd < 0)
1967 ttd = 0;
1982 jiffies_to_clock_t(ttd),
2052 int ttd = tw->tw_ttd - jiffies; local
2054 if (ttd < 0)
2055 ttd = 0;
2071 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c105 unsigned long ttd = fl->lastuse + fl->linger; local
106 if (time_after(ttd, fl->expires))
107 fl->expires = ttd;
108 ttd = fl->expires;
115 time_after(ip6_fl_gc_timer.expires, ttd))
116 mod_timer(&ip6_fl_gc_timer, ttd);
134 unsigned long ttd = fl->lastuse + fl->linger; local
135 if (time_after(ttd, fl->expires))
136 fl->expires = ttd;
137 ttd
[all...]
H A Dtcp_ipv6.c1962 int ttd = req->expires - jiffies; local
1966 if (ttd < 0)
1967 ttd = 0;
1982 jiffies_to_clock_t(ttd),
2052 int ttd = tw->tw_ttd - jiffies; local
2054 if (ttd < 0)
2055 ttd = 0;
2071 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dcache.c320 if (difftime(now, crecp->ttd) < 0)
604 new->ttd = now + (time_t)ttl;
1188 static void add_dhcp_cname(struct crec *target, time_t ttd) argument
1204 if (ttd == 0)
1207 aliasc->ttd = ttd;
1213 add_dhcp_cname(aliasc, ttd);
1219 struct all_addr *host_address, time_t ttd)
1293 if (ttd == 0)
1296 crec->ttd
1218 cache_add_dhcp_entry(char *host_name, int prot, struct all_addr *host_address, time_t ttd) argument
[all...]
H A Drfc1035.c1520 if (daemon->max_ttl == 0 || ((unsigned)(crecp->ttd - now) < daemon->max_ttl))
1521 return crecp->ttd - now;
1841 rr_crec->ttd - now, &nameoffset,
2064 rr_crec->ttd - now, &nameoffset,
H A Ddnsmasq.h407 time_t ttd; /* time to die */ member in struct:crec
1085 void cache_add_dhcp_entry(char *host_name, int prot, struct all_addr *host_address, time_t ttd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dcache.c320 if (difftime(now, crecp->ttd) < 0)
604 new->ttd = now + (time_t)ttl;
1188 static void add_dhcp_cname(struct crec *target, time_t ttd) argument
1204 if (ttd == 0)
1207 aliasc->ttd = ttd;
1213 add_dhcp_cname(aliasc, ttd);
1219 struct all_addr *host_address, time_t ttd)
1293 if (ttd == 0)
1296 crec->ttd
1218 cache_add_dhcp_entry(char *host_name, int prot, struct all_addr *host_address, time_t ttd) argument
[all...]
H A Drfc1035.c1520 if (daemon->max_ttl == 0 || ((unsigned)(crecp->ttd - now) < daemon->max_ttl))
1521 return crecp->ttd - now;
1841 rr_crec->ttd - now, &nameoffset,
2064 rr_crec->ttd - now, &nameoffset,
H A Ddnsmasq.h407 time_t ttd; /* time to die */ member in struct:crec
1085 void cache_add_dhcp_entry(char *host_name, int prot, struct all_addr *host_address, time_t ttd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dcache.c320 if (difftime(now, crecp->ttd) < 0)
604 new->ttd = now + (time_t)ttl;
1188 static void add_dhcp_cname(struct crec *target, time_t ttd) argument
1204 if (ttd == 0)
1207 aliasc->ttd = ttd;
1213 add_dhcp_cname(aliasc, ttd);
1219 struct all_addr *host_address, time_t ttd)
1293 if (ttd == 0)
1296 crec->ttd
1218 cache_add_dhcp_entry(char *host_name, int prot, struct all_addr *host_address, time_t ttd) argument
[all...]
H A Drfc1035.c1520 if (daemon->max_ttl == 0 || ((unsigned)(crecp->ttd - now) < daemon->max_ttl))
1521 return crecp->ttd - now;
1841 rr_crec->ttd - now, &nameoffset,
2064 rr_crec->ttd - now, &nameoffset,
H A Ddnsmasq.h407 time_t ttd; /* time to die */ member in struct:crec
1085 void cache_add_dhcp_entry(char *host_name, int prot, struct all_addr *host_address, time_t ttd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c2387 int ttd = req->expires - jiffies; local
2399 jiffies_to_clock_t(ttd),
2469 int ttd = tw->tw_ttd - jiffies; local
2471 if (ttd < 0)
2472 ttd = 0;
2482 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c2387 int ttd = req->expires - jiffies; local
2399 jiffies_to_clock_t(ttd),
2469 int ttd = tw->tw_ttd - jiffies; local
2471 if (ttd < 0)
2472 ttd = 0;
2482 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-sched.c819 struct c67x00_td *td, *ttd; local
825 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/c67x00/
H A Dc67x00-sched.c819 struct c67x00_td *td, *ttd; local
825 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) {

Completed in 330 milliseconds