tag | line | file | source code |
---|---|---|---|
bsd_alloc | 192 | drivers/net/bsd_comp.c | static void *bsd_alloc(unsigned char *options, int opt_len, int decomp); |
bsd_alloc | 486 | drivers/net/bsd_comp.c | return bsd_alloc (options, opt_len, 0); |
bsd_alloc | 491 | drivers/net/bsd_comp.c | return bsd_alloc (options, opt_len, 1); |