Searched refs:outfill (Results 1 – 2 of 2) sorted by relevance
843 if (sl->outfill) {844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;1154 sl->outfill = (u8)tmp;1155 if (sl->outfill != 0) {1157 jiffies + sl->outfill * HZ);1165 if (put_user(sl->outfill, p))1244 sl->outfill = (u8)*p;1245 if (sl->outfill != 0) {1247 jiffies + sl->outfill * HZ);1254 *p = sl->outfill;[all …]
93 unsigned char outfill; /* # of sec between outfill packet */ member