Searched refs:outfill (Results 1 – 2 of 2) sorted by relevance
838 if (sl->outfill) {839 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;1150 sl->outfill = (u8)tmp;1151 if (sl->outfill != 0) {1153 jiffies + sl->outfill * HZ);1161 if (put_user(sl->outfill, p))1219 sl->outfill = (u8)*p;1220 if (sl->outfill != 0) {1222 jiffies + sl->outfill * HZ);1229 *p = sl->outfill;[all …]
94 unsigned char outfill; /* # of sec between outfill packet */ member