tag | line | file | source code |
---|---|---|---|
MAX_RESET_SIZE | 1453 | net/tcp/tcp.c | buff=prot->wmalloc(sk, MAX_RESET_SIZE,1 , GFP_KERNEL); |
MAX_RESET_SIZE | 1463 | net/tcp/tcp.c | buff->mem_len = MAX_RESET_SIZE; |
MAX_RESET_SIZE | 1560 | net/tcp/tcp.c | buff=prot->wmalloc(NULL, MAX_RESET_SIZE,1, GFP_ATOMIC); |
MAX_RESET_SIZE | 1565 | net/tcp/tcp.c | buff->mem_len = MAX_RESET_SIZE; |