taglinefilesource code
max_header263include/net/sock.hunsigned short  max_header;
max_header975net/ipv4/tcp.cif (sk->prot->wspace(sk) < sk->mtu+128+sk->prot->max_header)
max_header1584net/ipv4/tcp.cskb = prot->wmalloc(sk, sk->mtu + 128 + prot->max_header, 0, GFP_KERNEL);
max_header1594net/ipv4/tcp.cskb = prot->wmalloc(sk, copy + prot->max_header , 0, GFP_KERNEL);