Home
last modified time | relevance | path

Searched refs:outfill (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/slip/
H A Dslip.c416 clear_bit(SLF_OUTWAIT, &sl->flags); /* reset outfill flag */
842 if (sl->outfill) {
843 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))
1183 to allow get/set outfill/keepalive parameter
1228 sl->outfill = (u8)*p;
1229 if (sl->outfill !
[all...]
H A Dslip.h94 unsigned char outfill; /* # of sec between outfill packet */ member
/kernel/linux/linux-6.6/drivers/net/slip/
H A Dslip.c417 clear_bit(SLF_OUTWAIT, &sl->flags); /* reset outfill flag */
843 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))
1183 to allow get/set outfill/keepalive parameter
1232 sl->outfill = (u8)*p;
1233 if (sl->outfill !
[all...]
H A Dslip.h96 unsigned char outfill; /* # of sec between outfill packet */ member

Completed in 4 milliseconds