Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/slip/
Dslip.c838 if (sl->outfill) {
839 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
1149 sl->outfill = (u8)tmp;
1150 if (sl->outfill != 0) {
1152 jiffies + sl->outfill * HZ);
1160 if (put_user(sl->outfill, p))
1239 sl->outfill = (u8)*p;
1240 if (sl->outfill != 0) {
1242 jiffies + sl->outfill * HZ);
1249 *p = sl->outfill;
[all …]
Dslip.h94 unsigned char outfill; /* # of sec between outfill packet */ member