Home
last modified time | relevance | path

Searched refs:outfill (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/slip/
Dslip.c843 if (sl->outfill) {
844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
1154 sl->outfill = (u8)tmp;
1155 if (sl->outfill != 0) {
1157 jiffies + sl->outfill * HZ);
1165 if (put_user(sl->outfill, p))
1244 sl->outfill = (u8)*p;
1245 if (sl->outfill != 0) {
1247 jiffies + sl->outfill * HZ);
1254 *p = sl->outfill;
[all …]
Dslip.h93 unsigned char outfill; /* # of sec between outfill packet */ member