tag | line | file | source code |
---|---|---|---|
MAX_RESET_SIZE | 1578 | net/inet/tcp.c | buff = prot->wmalloc(sk, MAX_RESET_SIZE,1 , GFP_KERNEL); |
MAX_RESET_SIZE | 1584 | net/inet/tcp.c | buff->mem_len = MAX_RESET_SIZE; |
MAX_RESET_SIZE | 1687 | net/inet/tcp.c | buff = prot->wmalloc(NULL, MAX_RESET_SIZE, 1, GFP_ATOMIC); |
MAX_RESET_SIZE | 1693 | net/inet/tcp.c | buff->mem_len = MAX_RESET_SIZE; |