Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/slip/
Dslip.c843 if (sl->outfill) {
844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
1160 sl->outfill = (u8)tmp;
1161 if (sl->outfill != 0) {
1163 jiffies + sl->outfill * HZ);
1171 if (put_user(sl->outfill, p))
1233 sl->outfill = (u8)*p;
1234 if (sl->outfill != 0) {
1236 jiffies + sl->outfill * HZ);
1243 *p = sl->outfill;
[all …]
Dslip.h94 unsigned char outfill; /* # of sec between outfill packet */ member