| 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 | 1369 | drivers/net/slip.c | if(sl->outfill) |
| outfill | 1389 | drivers/net/slip.c | sl->outfill_timer.expires=jiffies+sl->outfill*HZ; |
| outfill | 1409 | drivers/net/slip.c | if( sl->outfill ) /* outfill timer must be deleted too */ |
| outfill | 105 | drivers/net/slip.h | unsigned char outfill; /* # of sec betwen outfill packet */ |