Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/slip/
Dslip.c843 if (sl->outfill) {
844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
1159 sl->outfill = (u8)tmp;
1160 if (sl->outfill != 0) {
1162 jiffies + sl->outfill * HZ);
1170 if (put_user(sl->outfill, p))
1232 sl->outfill = (u8)*p;
1233 if (sl->outfill != 0) {
1235 jiffies + sl->outfill * HZ);
1242 *p = sl->outfill;
[all …]
Dslip.h96 unsigned char outfill; /* # of sec between outfill packet */ member