Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/slip/
H A Dslip.c843 if (sl->outfill) {
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;
1388 if (sl->outfill) {
[all …]
H A Dslip.h96 unsigned char outfill; /* # of sec between outfill packet */ member