tag | line | file | source code |
outfill | 636 | drivers/net/slip.c | sl->outfill=0; /* & outfill too */ |
outfill | 809 | drivers/net/slip.c | if (sl->outfill) |
outfill | 1149 | drivers/net/slip.c | if (sl->outfill) |
outfill | 1158 | drivers/net/slip.c | if ((sl->outfill = (unchar) tmp) != 0){ |
outfill | 1159 | drivers/net/slip.c | sl->outfill_timer.expires=jiffies+sl->outfill*HZ; |
outfill | 1170 | drivers/net/slip.c | put_user(sl->outfill, (int *)arg); |
outfill | 1374 | drivers/net/slip.c | if(sl->outfill) |
outfill | 1394 | drivers/net/slip.c | sl->outfill_timer.expires=jiffies+sl->outfill*HZ; |
outfill | 1414 | drivers/net/slip.c | if( sl->outfill ) /* outfill timer must be deleted too */ |
outfill | 105 | drivers/net/slip.h | unsigned char outfill; /* # of sec between outfill packet */ |